diff --git a/frontend/src/components/Sidebar.tsx b/frontend/src/components/Sidebar.tsx index a42a8b5c..e946cdee 100644 --- a/frontend/src/components/Sidebar.tsx +++ b/frontend/src/components/Sidebar.tsx @@ -12,11 +12,11 @@ import { ClipboardList, Ticket, HelpCircle, - Clock, Plug, FileSignature, CalendarOff, Image, + BarChart3, } from 'lucide-react'; import { Business, User } from '../types'; import { useLogout } from '../hooks/useAuth'; @@ -119,8 +119,8 @@ const Sidebar: React.FC = ({ business, user, isCollapsed, toggleCo {/* Navigation */}