From 5f2182a48c6be6ea4487e6579df833322bffffc2 Mon Sep 17 00:00:00 2001 From: deadrime Date: Sun, 26 May 2024 00:08:51 +0300 Subject: [PATCH] Fix import --- src/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 51386d3..5b5c526 100644 --- a/src/index.ts +++ b/src/index.ts @@ -22,5 +22,6 @@ CompoundedForm.Item = FormItem export default CompoundedForm export { - CompoundedForm as Form + CompoundedForm as Form, + FormItem, }