lint-fix
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user