Skip to content

Commit

Permalink
fix: Fix incorrect fragment export.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenh committed Dec 4, 2024
1 parent c76ef11 commit 9b5b43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export { f } from "src/configBuilders";
export { type FragmentField } from "src/fields/fragmentField";
export { type ListFieldState } from "src/fields/listField";
export { createObjectState, type Fragment, type ObjectState, type fragment } from "src/fields/objectField";
export { createObjectState, type Fragment, type ObjectState, fragment } from "src/fields/objectField";
export { type FieldState, type ValueAdapter } from "src/fields/valueField";
export { required, type Rule } from "src/rules";
export { useFormState } from "src/useFormState";
Expand Down

0 comments on commit 9b5b43e

Please sign in to comment.