Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-17 03:16:47 +00:00
co-authored by renee-png
parent 54617504b4
commit 4bb151d205
2 changed files with 22 additions and 0 deletions
+1
View File
@@ -14,6 +14,7 @@ interface NavItem {
const NAV: NavItem[] = [
{ to: "/", label: "Dashboard", icon: LayoutDashboard },
{ to: "/calendar", label: "Calendar", icon: CalendarIcon },
{ to: "/clients", label: "Clients", icon: Users },
{ to: "/cases", label: "Cases", icon: Briefcase },
{ to: "/invoices", label: "Invoices", icon: Receipt },