diff --git a/frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/Attachments/index.jsx b/frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/Attachments/index.jsx index b0032b95a13a5507ab02449e095f71bed614720f..4711e1b9b7252ddec75e5a678a534515c14a3f27 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";