Fix formatting

This commit is contained in:
Manav Rathi
2024-06-21 16:28:17 +05:30
parent e6b4d220a3
commit 012aae17ec

View File

@@ -9,7 +9,7 @@ import { LS_KEYS, getData } from "@ente/shared/storage/localStorage";
import type { KeyAttributes, User } from "@ente/shared/user/types";
import { t } from "i18next";
import { AppContext } from "pages/_app";
import { useContext, useEffect, useState, useCallback } from "react";
import { useCallback, useContext, useEffect, useState } from "react";
interface Iprops {
open: boolean;