From 01fa1b068fee1b5f42f0ffa47f30039a44f8da0e Mon Sep 17 00:00:00 2001 From: Brent O'Neill Date: Mon, 6 Oct 2025 16:08:15 -0600 Subject: [PATCH] cleanup --- frontend/src/app/settings/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/app/settings/page.tsx b/frontend/src/app/settings/page.tsx index cc83573a..fe62b0bc 100644 --- a/frontend/src/app/settings/page.tsx +++ b/frontend/src/app/settings/page.tsx @@ -53,7 +53,6 @@ import { ModelSelectItems } from "./helpers/model-select-item"; import GoogleDriveIcon from "./icons/google-drive-icon"; import OneDriveIcon from "./icons/one-drive-icon"; import SharePointIcon from "./icons/share-point-icon"; -import { availableMemory } from "process"; const { MAX_SYSTEM_PROMPT_CHARS } = UI_CONSTANTS;