fix: removed default export
This commit is contained in:
parent
ea594da817
commit
7809a2728d
1 changed files with 2 additions and 0 deletions
|
@ -1 +1,3 @@
|
||||||
|
import Form from './Form.astro';
|
||||||
|
export default Form;
|
||||||
export * from './Form.astro';
|
export * from './Form.astro';
|
||||||
|
|
Loading…
Reference in a new issue