lint-fix
This commit is contained in:
parent
5c313fb87d
commit
7a674dcf95
2 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue