mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-03 04:42:39 +02:00
fix: imports
This commit is contained in:
parent
7276ec856e
commit
809e0c6b0b
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ import { removeChatTabAtom, updateChatTabTitleAtom } from "@/atoms/tabs/tabs.ato
|
||||||
import { currentUserAtom } from "@/atoms/user/user-query.atoms";
|
import { currentUserAtom } from "@/atoms/user/user-query.atoms";
|
||||||
import { ThinkingStepsDataUI } from "@/components/assistant-ui/thinking-steps";
|
import { ThinkingStepsDataUI } from "@/components/assistant-ui/thinking-steps";
|
||||||
import { Thread } from "@/components/assistant-ui/thread";
|
import { Thread } from "@/components/assistant-ui/thread";
|
||||||
|
import { useChatSessionStateSync } from "@/hooks/use-chat-session-state";
|
||||||
|
import { useMessagesSync } from "@/hooks/use-messages-sync";
|
||||||
import Loading from "../loading";
|
import Loading from "../loading";
|
||||||
|
|
||||||
const MobileEditorPanel = dynamic(
|
const MobileEditorPanel = dynamic(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue