fix(storage): circual deps
This commit is contained in:
parent
0c936718bc
commit
d88c554a2d
14 changed files with 13 additions and 21 deletions
|
|
@ -27,7 +27,7 @@ import { log, toast } from "@tensamin/shared/log";
|
|||
import { cn, useIsMobile } from "@methanium/ui";
|
||||
import { encryptChatText } from "@tensamin/crypto/chatSecret";
|
||||
|
||||
import { useSession } from "@tensamin/storage/session";
|
||||
import { useSession } from "@tensamin/identity/session";
|
||||
import { useEmojiRanks, useRecordEmojiUse } from "./emoji/emojiRanks";
|
||||
import ReplyBox from "./replyBox";
|
||||
import { useHotkey } from "@tensamin/hotkeys";
|
||||
|
|
|
|||
Loading…
Reference in a new issue