diff --git a/src/components/Sidebar.tsx b/src/components/Sidebar.tsx index 338d392..f44905f 100644 --- a/src/components/Sidebar.tsx +++ b/src/components/Sidebar.tsx @@ -5,7 +5,6 @@ import type { ActiveModule } from '../App'; import { ModelStatusBadge } from './ModelStatusBadge'; import { useStore } from '../store/useStore'; import { AiSegmentationIcon } from './AiSegmentationIcon'; -import logoSquareUrl from '../../logo_square.png'; interface SidebarProps { activeModule: ActiveModule; @@ -27,7 +26,7 @@ export function Sidebar({ activeModule, setActiveModule }: SidebarProps) { return (