fix User import

This commit is contained in:
Abhinav 2022-01-05 12:40:36 +05:30
parent a5849600b1
commit 63960c207b

View file

@ -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 {