diff --git a/packages/astro-reactive-form/index.ts b/packages/astro-reactive-form/index.ts index 144e5e8..080add5 100644 --- a/packages/astro-reactive-form/index.ts +++ b/packages/astro-reactive-form/index.ts @@ -1 +1,3 @@ +import Form from './Form.astro'; +export default Form; export * from './Form.astro';