Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-17 01:45:54 +00:00
co-authored by renee-png
parent 2236a45d91
commit 3483e065ec
7 changed files with 869 additions and 0 deletions
+2
View File
@@ -14,6 +14,7 @@ import {
LayoutDashboard,
Settings,
Wallet,
FileSignature,
} from "lucide-react";
import { cn } from "@/lib/utils";
import type { ReactNode } from "react";
@@ -30,6 +31,7 @@ const NAV: NavItem[] = [
{ to: "/clients", label: "Clients", icon: Users },
{ to: "/cases", label: "Cases", icon: Briefcase },
{ to: "/collections", label: "Collections", icon: Wallet },
{ to: "/documents", label: "Documents", icon: FileSignature },
{ to: "/invoices", label: "Invoices", icon: Receipt },
{ to: "/admin/users", label: "Users", icon: ShieldCheck, adminOnly: true },
{ to: "/settings", label: "Settings", icon: Settings, adminOnly: true },