From b75160bb2bb020628125737f2eeaf856440d9a13 Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Fri, 1 Dec 2023 02:11:03 -0800 Subject: [PATCH] Attachment: rename pipeline --- .../chat/components/attachments/{logic.tsx => pipeline.tsx} | 0 src/apps/chat/components/attachments/store-attachments.tsx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/apps/chat/components/attachments/{logic.tsx => pipeline.tsx} (100%) 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