Scaffold web frontend: mock-backed chat + PDF split-view, Tailwind/shadcn

This commit is contained in:
2026-07-31 12:16:47 +07:00
parent b72d4bf9d9
commit 967b917001
43 changed files with 5192 additions and 7 deletions
+9 -1
View File
@@ -1 +1,9 @@
export {};
export * from "./ChatBubble";
export * from "./CitationCard";
export * from "./DisclaimerBanner";
export * from "./primitives/button";
export * from "./primitives/card";
export * from "./primitives/input";
export * from "./primitives/alert";
export * from "./primitives/badge";
export * from "./lib/utils";