diff --git a/web/src/app/(app)/chat/page.tsx b/web/src/app/(app)/chat/page.tsx index 875714e..37905c1 100644 --- a/web/src/app/(app)/chat/page.tsx +++ b/web/src/app/(app)/chat/page.tsx @@ -3,7 +3,7 @@ import { useEffect, useState } from "react"; import Link from "next/link"; import { AppShell } from "@/components/AppShell"; -import { Badge, Button, Card } from "@/components/ui/Primitives"; +import { Badge, Button, Card, Select, Textarea } from "@/components/ui/Primitives"; import { chatOverWorkspace, listWorkspaceSummaries } from "@/lib/notes-client"; import type { WorkspaceSummary } from "@/lib/types"; import { toast } from "@/lib/toast"; @@ -53,19 +53,16 @@ export default function ChatPage() { Create a workspace first (Dashboard seed or Workspaces), then return here.

) : ( - +