Skip to content

Commit 0486ced

Browse files
committed
feat: import pdf css
1 parent 78ccde7 commit 0486ced

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/types/streaming/nextjs/app/components/chat-section.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import { ChatSection as ChatSectionUI } from "@llamaindex/chat-ui";
44
import "@llamaindex/chat-ui/styles/code.css";
55
import "@llamaindex/chat-ui/styles/katex.css";
6+
import "@llamaindex/chat-ui/styles/pdf.css";
67
import { useChat } from "ai/react";
78
import CustomChatInput from "./ui/chat/chat-input";
89
import CustomChatMessages from "./ui/chat/chat-messages";

0 commit comments

Comments
 (0)