From fd2892137374af25ad66986e3564020748030e4e Mon Sep 17 00:00:00 2001 From: Michael Chihlas Date: Sun, 22 Mar 2026 02:01:06 -0400 Subject: [PATCH] fix: remove unused BookOpen/MessageSquare imports from Sidebar Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/components/layout/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/layout/Sidebar.tsx b/frontend/src/components/layout/Sidebar.tsx index 339aeb0a..c79999e1 100644 --- a/frontend/src/components/layout/Sidebar.tsx +++ b/frontend/src/components/layout/Sidebar.tsx @@ -3,7 +3,7 @@ import { Link, useLocation } from 'react-router-dom' import type { LucideIcon } from 'lucide-react' import { LayoutGrid, Clock, AlertTriangle, GitBranch, Layers, Code2, Wand2, - ListChecks, Download, BarChart3, Rocket, BookOpen, MessageSquare, + ListChecks, Download, BarChart3, Rocket, Settings, Pin, PinOff, Zap, Database, HelpCircle, } from 'lucide-react'