Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-17 02:14:51 +00:00
co-authored by renee-png
parent 39b5036d0d
commit e080623421
3 changed files with 232 additions and 0 deletions
+2
View File
@@ -15,6 +15,7 @@ import {
Wallet,
FileSignature,
FolderArchive,
ClipboardList,
} from "lucide-react";
import { cn } from "@/lib/utils";
import type { ReactNode } from "react";
@@ -30,6 +31,7 @@ const NAV: NavItem[] = [
{ to: "/", label: "Dashboard", icon: LayoutDashboard },
{ to: "/clients", label: "Clients", icon: Users },
{ to: "/cases", label: "Cases", icon: Briefcase },
{ to: "/status", label: "Status Updates", icon: ClipboardList },
{ to: "/collections", label: "Collections", icon: Wallet },
{ to: "/documents", label: "Documents", icon: FileSignature },
{ to: "/files", label: "Files", icon: FolderArchive },