瀏覽代碼

fix auth page build

Abhinav 1 年之前
父節點
當前提交
6c689ed035
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/auth/src/pages/auth/index.tsx

+ 1 - 1
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';