Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
5d3ae5c467
commit
6fa3188fe7
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user