fix(storage): circual deps
This commit is contained in:
parent
0c936718bc
commit
d88c554a2d
14 changed files with 13 additions and 21 deletions
|
|
@ -17,7 +17,7 @@ import { log } from "@tensamin/shared/log";
|
|||
import { useState } from "react";
|
||||
import { Loader2 } from "lucide-react";
|
||||
import { isTauri } from "@tauri-apps/api/core";
|
||||
import { useSession } from "@tensamin/storage/session";
|
||||
import { useSession } from "@tensamin/identity/session";
|
||||
import { useStorage } from "@tensamin/storage/context";
|
||||
import { ShieldAlert } from "lucide-react";
|
||||
import { useUser } from "@tensamin/identity/context";
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ import { Provider as MTPProvider } from "@tensamin/mtp";
|
|||
import NotificationsProvider from "@tensamin/notifications/context";
|
||||
import OnboardingGate from "@tensamin/onboarding";
|
||||
import DesktopMediaProvider from "@tensamin/shared/desktopMedia";
|
||||
import Session from "@tensamin/storage/session";
|
||||
import Session from "@tensamin/identity/session";
|
||||
import { useDeeplinks } from "@tensamin/tauri/deeplinkHandler";
|
||||
import TAuthWrapper from "@tensamin/tauth/context";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue