Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 17:51:54 +00:00
co-authored by renee-png
parent 417068af7d
commit 29b1ef6e5f
4 changed files with 617 additions and 0 deletions
+2
View File
@@ -22,6 +22,7 @@ import {
UserPlus,
User as UserIcon,
Inbox as InboxIcon,
CreditCard,
} from "lucide-react";
import { cn } from "@/lib/utils";
import type { ReactNode } from "react";
@@ -50,6 +51,7 @@ const NAV: NavItem[] = [
{ to: "/inbox", label: "Inbox", icon: InboxIcon },
{ to: "/invoices", label: "Invoices", icon: Receipt },
{ to: "/messages", label: "Messages", icon: MessageSquare },
{ to: "/payments", label: "Payments", icon: CreditCard },
{ to: "/documents", label: "Pleadings", icon: FolderOpen },
{ to: "/settings", label: "Settings", icon: SettingsIcon },
{ to: "/status", label: "Status Updates", icon: Activity },