diff --git a/client/src/components/Prompts/Files/PromptFileRow.tsx b/client/src/components/Prompts/Files/PromptFileRow.tsx index 3dbc2ba307..9d5bdbd72f 100644 --- a/client/src/components/Prompts/Files/PromptFileRow.tsx +++ b/client/src/components/Prompts/Files/PromptFileRow.tsx @@ -1,6 +1,6 @@ import React from 'react'; import { X, FileText, Image, Upload } from 'lucide-react'; -import type { ExtendedFile } from 'librechat-data-provider'; +import type { ExtendedFile } from '~/common'; import { useLocalize } from '~/hooks'; import { cn } from '~/utils'; @@ -59,16 +59,16 @@ const PromptFileRow: React.FC = ({ {file.filename} - + {getFileStatus(file)} - + {!isReadOnly && (