Skip to content

Commit

Permalink
fix: export useForm (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronBuxbaum authored May 23, 2022
1 parent 39227e5 commit e3c1f53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import Summary from './Summary';
import config from './config';
import useField, { ValidateStrategies, splitFieldProps } from './useField';
import useFormValues from './useFormValues';
import useForm from './useForm';
import useFieldArray from './useFieldArray';
import errToJSON from './utils/errToJSON';
import useFormSubmit from './useFormSubmit';
Expand Down Expand Up @@ -76,6 +77,7 @@ export {
useFormSubmit,
useFormReset,
useFormValues,
useForm,
useErrors,
useTouched,
splitFieldProps,
Expand Down

0 comments on commit e3c1f53

Please sign in to comment.