Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
paales committed Jan 15, 2024
1 parent 2eca9da commit 6883dde
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/magento-customer/hooks/useAccountSignInUpForm.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { usePageContext } from '@graphcommerce/framer-next-pages'
import { useQuery } from '@graphcommerce/graphql'
import { useFormGqlQuery } from '@graphcommerce/react-hook-form'
import { useRouter } from 'next/router'
Expand All @@ -9,8 +10,6 @@ import {
IsEmailAvailableQueryVariables,
} from './IsEmailAvailable.gql'
import { useCustomerSession } from './useCustomerSession'
import { useGo, usePageContext } from '@graphcommerce/framer-next-pages'
import { useShowBack } from '@graphcommerce/next-ui/Layout/components/LayoutHeaderBack'

export type UseFormIsEmailAvailableProps = {
onSubmitted?: (data: { email: string }) => void
Expand Down

0 comments on commit 6883dde

Please sign in to comment.