From caef21f9396b4f826875ac5c00ce00f1b4dcfda8 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Wed, 5 Jan 2022 12:41:16 +0530 Subject: [PATCH] merge types/user imports --- src/pages/verify/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/verify/index.tsx b/src/pages/verify/index.tsx index 88f38663c..d12563012 100644 --- a/src/pages/verify/index.tsx +++ b/src/pages/verify/index.tsx @@ -20,8 +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 'types/user'; -import { KeyAttributes, EmailVerificationResponse } from 'types/user'; +import { KeyAttributes, EmailVerificationResponse, User } from 'types/user'; interface formValues { ott: string;