This commit is contained in:
Manav Rathi 2024-05-26 21:01:30 +05:30
parent 7d497b5ae1
commit cbcfc243fc
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,5 @@
import log from "@/next/log";
import type { AppName } from "@/next/types/app";
import { appNameToAppNameOld } from "@ente/shared/apps/constants";
import FormPaperFooter from "@ente/shared/components/Form/FormPaper/Footer";
import FormPaperTitle from "@ente/shared/components/Form/FormPaper/Title";
@ -10,7 +11,6 @@ import { LS_KEYS, setData } from "@ente/shared/storage/localStorage";
import { Input } from "@mui/material";
import { t } from "i18next";
import { useRouter } from "next/router";
import type { AppName } from "packages/next/types/app";
import { getSRPAttributes } from "../api/srp";
import { sendOtt } from "../api/user";
import { PAGES } from "../constants/pages";

View file

@ -1,4 +1,5 @@
import log from "@/next/log";
import type { AppName } from "@/next/types/app";
import { sendOtt } from "@ente/accounts/api/user";
import { PasswordStrengthHint } from "@ente/accounts/components/PasswordStrength";
import { PAGES } from "@ente/accounts/constants/pages";
@ -38,7 +39,6 @@ import {
import { Formik, type FormikHelpers } from "formik";
import { t } from "i18next";
import type { NextRouter } from "next/router";
import type { AppName } from "packages/next/types/app";
import React, { useState } from "react";
import { Trans } from "react-i18next";
import * as Yup from "yup";

View file

@ -295,7 +295,7 @@ const Page: React.FC<PageProps> = ({ appContext }) => {
</FormPaper>
</VerticallyCentered>
);
}
};
export default Page;

View file

@ -1,4 +1,4 @@
import type { AppName } from "packages/next/types/app";
import type { AppName } from "@/next/types/app";
import { ACCOUNTS_PAGES, AUTH_PAGES, PHOTOS_PAGES } from "../constants/pages";
export enum APPS {