mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-04 22:02:16 +02:00
fix typo
This commit is contained in:
parent
58fed46567
commit
9007436ff6
9 changed files with 23 additions and 183 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import type { Message } from "@ai-sdk/react";
|
||||
import { useCallback, useEffect, useState } from "react";
|
||||
import { 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