From 2ee5d2095504d96bde7bb028f191e5f3a89007b0 Mon Sep 17 00:00:00 2001 From: timothycarambat <rambat1010@gmail.com> Date: Tue, 30 Jul 2024 17:52:20 -0700 Subject: [PATCH] patch bad import --- .../ChatContainer/PromptInput/Attachments/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/Attachments/index.jsx b/frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/Attachments/index.jsx index b0032b95a..4711e1b9b 100644 --- a/frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/Attachments/index.jsx +++ b/frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/Attachments/index.jsx @@ -4,12 +4,12 @@ import { FileCsv, FileDoc, FileHtml, + FileText, FilePdf, WarningOctagon, X, } from "@phosphor-icons/react"; import { humanFileSize } from "@/utils/numbers"; -import { FileText } from "@phosphor-icons/react/dist/ssr"; import { REMOVE_ATTACHMENT_EVENT } from "../../DnDWrapper"; import { Tooltip } from "react-tooltip"; -- GitLab