diff --git a/src/components/app-shell.tsx b/src/components/app-shell.tsx index e2727ff..2b5fe75 100644 --- a/src/components/app-shell.tsx +++ b/src/components/app-shell.tsx @@ -29,6 +29,7 @@ import { cn } from "@/lib/utils"; import type { ReactNode } from "react"; import { HeaderTimer } from "@/components/timer/header-timer"; import { QuickAddTime, QuickAddExpense } from "@/components/quick-add/quick-add"; +import { QuickAddCallLog } from "@/components/quick-add/quick-add-call-log"; import { DateCalculator } from "@/components/date-calculator"; import { NotificationBell } from "@/components/notifications/notification-bell"; import { JusticeIcon } from "@/components/justice-icon"; @@ -150,6 +151,7 @@ export function AppShell({ children }: { children: ReactNode }) {