diff --git a/src/pages/verify/index.tsx b/src/pages/verify/index.tsx index 07023c5de..88f38663c 100644 --- a/src/pages/verify/index.tsx +++ b/src/pages/verify/index.tsx @@ -20,7 +20,7 @@ import { clearKeys } from 'utils/storage/sessionStorage'; import { AppContext } from 'pages/_app'; import LogoImg from 'components/LogoImg'; import { PAGES } from 'constants/pages'; -import { User } from '@sentry/nextjs'; +import { User } from 'types/user'; import { KeyAttributes, EmailVerificationResponse } from 'types/user'; interface formValues {