From a0989b5b3e63d0dc9f0fa741df9f6c6cb7aca645 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 6 May 2026 03:52:36 +0200 Subject: [PATCH] auto-git: [change] src/App.jsx --- src/App.jsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index ffa4894..ab10f85 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -11,7 +11,6 @@ import { CHAT_FILE_PICKER_FILTERS, attachmentIsImage, buildComposerFileAttachment, - getAttachmentDisplayName, getFileName, guessMimeTypeFromName, hasFilePayload, @@ -33,12 +32,10 @@ import { expectBackendJson, getErrorText, isAbortError, - readBackendErrorText, } from './backendApi' import { sanitizeChatTitle, splitThinkBlocks } from './chatText' import { buildModelPickerOptions } from './modelPicker' import { - fetchLocalLibraryContext, fetchModelCapabilities, fetchStartupOllamaStatus, prepareStartupModels,