Remove nesting
This commit is contained in:
parent
371b8bf9cc
commit
68648d2f6c
13 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import TwoFactorVerifyPage from "@ente/accounts/pages/two-factor/verify";
|
||||
import { APPS } from "@ente/shared/apps/constants";
|
||||
import { useContext } from "react";
|
||||
import { AppContext } from "../../_app";
|
||||
import { AppContext } from "../_app";
|
||||
|
||||
export default function TwoFactorVerify() {
|
||||
const appContext = useContext(AppContext);
|
Loading…
Add table
Reference in a new issue