diff --git a/src/components/app-shell.tsx b/src/components/app-shell.tsx index e80f889..01efc34 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; @@ -86,6 +87,8 @@ export function AppShell({ children }: { children: ReactNode }) { + +