diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 7c14be4d..7acd2c53 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -34,9 +34,6 @@ const GeneralEmbeddingPreference = lazy( const GeneralVectorDatabase = lazy( () => import("@/pages/GeneralSettings/VectorDatabase") ); -const GeneralExportImport = lazy( - () => import("@/pages/GeneralSettings/ExportImport") -); const GeneralSecurity = lazy(() => import("@/pages/GeneralSettings/Security")); const DataConnectors = lazy( () => import("@/pages/GeneralSettings/DataConnectors") @@ -74,10 +71,6 @@ export default function App() { element={} /> {/* Manager */} - } - /> } diff --git a/frontend/src/components/SettingsSidebar/index.jsx b/frontend/src/components/SettingsSidebar/index.jsx index f4c9552e..99cf1eb3 100644 --- a/frontend/src/components/SettingsSidebar/index.jsx +++ b/frontend/src/components/SettingsSidebar/index.jsx @@ -1,6 +1,4 @@ import React, { useEffect, useRef, useState } from "react"; -// import IndexCount from "../Sidebar/IndexCount"; -// import LLMStatus from "../Sidebar/LLMStatus"; import paths from "@/utils/paths"; import useLogo from "@/hooks/useLogo"; import { @@ -14,10 +12,8 @@ import { Key, ChatText, Database, - DownloadSimple, Lock, GithubLogo, - DotsThree, House, X, List, @@ -135,12 +131,6 @@ export default function SettingsSidebar() { /> )} - -