diff --git a/src/components/app-shell.tsx b/src/components/app-shell.tsx index e80f889..8c0b29b 100644 --- a/src/components/app-shell.tsx +++ b/src/components/app-shell.tsx @@ -30,6 +30,7 @@ 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"; +import { GlobalSearch } from "@/components/global-search"; interface NavItem { to: string;