Update import

This commit is contained in:
Manav Rathi 2024-06-24 16:36:26 +05:30
parent 1cd5536eb1
commit a310eca1c2
No known key found for this signature in database

View File

@ -1,7 +1,7 @@
import { authenticatedRequestHeaders } from "@/next/http";
import { ensureLocalUser } from "@/next/local-user";
import { apiOrigin } from "@/next/origins";
import { ensure } from "@/utils/ensure";
import { apiOrigin } from "@ente/shared/network/api";
import { LS_KEYS, getData } from "@ente/shared/storage/localStorage";
import type { KeyAttributes } from "@ente/shared/user/types";
import { getSRPAttributes } from "../api/srp";