mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-03 12:52:39 +02:00
fix fetchChatDetails return type
This commit is contained in:
parent
d2f00fd328
commit
25dfcaee27
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import type { Message } from "@ai-sdk/react";
|
||||
import { useCallback, useEffect, useState } from "react";
|
||||
import { Chat, type ChatDetails } from "@/app/dashboard/[search_space_id]/chats/chats-client";
|
||||
import { type ChatDetails } from "@/app/dashboard/[search_space_id]/chats/chats-client";
|
||||
import type { ResearchMode } from "@/components/chat";
|
||||
import type { Document } from "@/hooks/use-documents";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue