diff --git a/src/apps/chat/components/attachments/logic.tsx b/src/apps/chat/components/attachments/pipeline.tsx similarity index 100% rename from src/apps/chat/components/attachments/logic.tsx rename to src/apps/chat/components/attachments/pipeline.tsx diff --git a/src/apps/chat/components/attachments/store-attachments.tsx b/src/apps/chat/components/attachments/store-attachments.tsx index 169d852ff..9cc8ea3eb 100644 --- a/src/apps/chat/components/attachments/store-attachments.tsx +++ b/src/apps/chat/components/attachments/store-attachments.tsx @@ -1,7 +1,7 @@ import { create } from 'zustand'; import type { FileWithHandle } from 'browser-fs-access'; -import { attachmentConvert, attachmentCreate, attachmentDefineConversions, attachmentLoadInputAsync } from './logic'; +import { attachmentConvert, attachmentCreate, attachmentDefineConversions, attachmentLoadInputAsync } from './pipeline'; // Attachment Types