diff --git a/src/components/app-shell.tsx b/src/components/app-shell.tsx index 6477dac..e80f889 100644 --- a/src/components/app-shell.tsx +++ b/src/components/app-shell.tsx @@ -8,7 +8,6 @@ import { Receipt, ShieldCheck, LogOut, - Scale, LayoutDashboard, Calendar as CalendarIcon, CheckSquare, @@ -30,6 +29,7 @@ import { HeaderTimer } from "@/components/timer/header-timer"; import { QuickAddTime, QuickAddExpense } from "@/components/quick-add/quick-add"; import { DateCalculator } from "@/components/date-calculator"; import { NotificationBell } from "@/components/notifications/notification-bell"; +import { JusticeIcon } from "@/components/justice-icon"; interface NavItem { to: string; @@ -77,8 +77,8 @@ export function AppShell({ children }: { children: ReactNode }) { {/* Sidebar */}