Remove nesting

This commit is contained in:
Manav Rathi 2024-05-23 11:32:17 +05:30
parent 371b8bf9cc
commit 68648d2f6c
No known key found for this signature in database
13 changed files with 1 additions and 1 deletions

View file

@ -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);