From 6f3094014efc9118be498cbc243900a7d6fbb38a Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 23:09:05 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/components/app-shell.tsx | 1 + 1 file changed, 1 insertion(+) 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;