mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 16:56:22 +02:00
Refactor register page
This commit is contained in:
parent
82fea0ceee
commit
41a938cec0
24 changed files with 292 additions and 196 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import type { Message } from "@ai-sdk/react";
|
||||
import type { Chat, ChatDetails } from "@/app/dashboard/[search_space_id]/chats/chats-client";
|
||||
import { ResearchMode } from "@/components/chat/types";
|
||||
import { Message } from "@ai-sdk/react";
|
||||
import type { ResearchMode } from "@/components/chat/types";
|
||||
|
||||
export const fetchChatDetails = async (
|
||||
chatId: string,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue