Skip to content

Commit

Permalink
chore: apply auto-fix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotlaws authored and atom-ci-actions[bot] committed Aug 16, 2024
1 parent d0cd0e4 commit e564601
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/src/components/form/Form.tsx
Original file line number Diff line number Diff line change
@@ -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'

Expand Down

0 comments on commit e564601

Please sign in to comment.