feat: implement new ui

This commit is contained in:
shadcn 2023-06-07 16:17:59 +04:00
parent 4d5af8c62a
commit 6293470332
28 changed files with 1417 additions and 584 deletions

View file

@ -32,6 +32,7 @@ export default async function ChatPage({ params }: ChatPageProps) {
return (
<div className="relative flex h-full w-full overflow-hidden">
{/* @ts-ignore */}
<Sidebar session={session} />
<div className="flex h-full min-w-0 flex-1 flex-col">
<Chat id={chat.id} initialMessages={chat.messages as Message[]} />