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:23:58 +00:00
co-authored by renee-png
parent 0264bc8ce4
commit ecb2cd8083
3 changed files with 13 additions and 2 deletions
+2
View File
@@ -16,6 +16,7 @@ import {
FileSignature,
FolderArchive,
ClipboardList,
Contact,
} from "lucide-react";
import { cn } from "@/lib/utils";
import type { ReactNode } from "react";
@@ -31,6 +32,7 @@ const NAV: NavItem[] = [
{ to: "/", label: "Dashboard", icon: LayoutDashboard },
{ to: "/clients", label: "Clients", icon: Users },
{ to: "/cases", label: "Cases", icon: Briefcase },
{ to: "/contacts", label: "Contacts", icon: Contact },
{ to: "/status", label: "Status Updates", icon: ClipboardList },
{ to: "/collections", label: "Collections", icon: Wallet },
{ to: "/documents", label: "Documents", icon: FileSignature },