Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-19 18:56:35 +00:00
co-authored by renee-png
parent 5d3ae5c467
commit 6fa3188fe7
2 changed files with 298 additions and 0 deletions
+2
View File
@@ -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 }) {
<div className="hidden md:flex items-center justify-end gap-2 px-6 py-2 border-b bg-card/50">
<QuickAddTime />
<QuickAddExpense />
<QuickAddCallLog />
<DateCalculator />
<HeaderTimer />
<NotificationBell />