diff --git a/apps/auth/src/pages/auth/index.tsx b/apps/auth/src/pages/auth/index.tsx index 451b6fb47..0eb3dc70b 100644 --- a/apps/auth/src/pages/auth/index.tsx +++ b/apps/auth/src/pages/auth/index.tsx @@ -2,7 +2,7 @@ import React, { useContext, useEffect, useState } from 'react'; import OTPDisplay from 'components/OTPDisplay'; import { getAuthCodes } from 'services'; import { CustomError } from '@ente/shared/error'; -import { PHOTOS_PAGES as PAGES } from '@ente/shared/constants/pages'; +import { AUTH_PAGES as PAGES } from '@ente/shared/constants/pages'; import { useRouter } from 'next/router'; import { AuthFooter } from 'components/AuthFooter'; import { AppContext } from 'pages/_app';