diff --git a/lib/src/components/form/Form.tsx b/lib/src/components/form/Form.tsx index 966e7d929..89a4839f2 100644 --- a/lib/src/components/form/Form.tsx +++ b/lib/src/components/form/Form.tsx @@ -1,13 +1,13 @@ import React from 'react' import type { DefaultValues, - Mode, - UseFormMethods, FieldValues, + Mode, + SubmitErrorHandler, SubmitHandler, - SubmitErrorHandler + UseFormMethods } from 'react-hook-form' -import { useForm, FormProvider } from 'react-hook-form' +import { FormProvider, useForm } from 'react-hook-form' import { styled } from '~/stitches'