From ea594da817dc6928ba741793e83ad2c2cc9e35bb Mon Sep 17 00:00:00 2001 From: Amit Kumar Sharma Date: Mon, 3 Oct 2022 11:08:13 +0530 Subject: [PATCH] [feat]: export all from Form.astro (#20) [feat]: export all from Form.astro (#20) --- packages/astro-reactive-form/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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';