fix auth page build
This commit is contained in:
parent
326c0f61a5
commit
6c689ed035
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Reference in a new issue