Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
deadrime committed May 25, 2024
1 parent 3ec54ba commit 5f2182a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ CompoundedForm.Item = FormItem
export default CompoundedForm

export {
CompoundedForm as Form
CompoundedForm as Form,
FormItem,
}

0 comments on commit 5f2182a

Please sign in to comment.