Scaffold web frontend: mock-backed chat + PDF split-view, Tailwind/shadcn
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { ChatPanel } from "./_components/ChatPanel";
|
||||
|
||||
export default function ChatPage() {
|
||||
return <ChatPanel className="max-w-2xl" />;
|
||||
}
|
||||
Reference in New Issue
Block a user