diff --git a/app/components/SettingsSidebar.tsx b/app/components/SettingsSidebar.tsx index 80497c5..3955c0d 100644 --- a/app/components/SettingsSidebar.tsx +++ b/app/components/SettingsSidebar.tsx @@ -1,5 +1,3 @@ -import React from "react"; - export type SettingsSection = "llm" | "trading" | "stocks" | "system"; interface SettingsSidebarProps { @@ -24,6 +22,7 @@ export default function SettingsSidebar({ activeSection, onSectionChange }: Sett