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:24:55 +00:00
co-authored by renee-png
parent 0e36d90250
commit 9780cac016
+1
View File
@@ -18,6 +18,7 @@ const NAV: NavItem[] = [
{ to: "/clients", label: "Clients", icon: Users },
{ to: "/cases", label: "Cases", icon: Briefcase },
{ to: "/invoices", label: "Invoices", icon: Receipt },
{ to: "/forms", label: "Forms & Letters", icon: FileText },
{ to: "/admin/users", label: "Users", icon: ShieldCheck, adminOnly: true },
];