This commit is contained in:
Manav Rathi 2024-04-05 21:10:59 +05:30
parent 5c313fb87d
commit 7a674dcf95
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,5 @@
import RecoverPage from "@ente/accounts/pages/recover";
import { APPS } from "@ente/shared/apps/constants";
import { useRouter } from "next/router";
import { AppContext } from "pages/_app";
import { useContext } from "react";

View file

@ -1,7 +1,7 @@
import TwoFactorVerifyPage from "@ente/accounts/pages/two-factor/verify";
import { APPS } from "@ente/shared/apps/constants";
import { AppContext } from "../../_app";
import { useContext } from "react";
import { AppContext } from "../../_app";
export default function TwoFactorVerify() {
const appContext = useContext(AppContext);