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