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:37 +00:00
co-authored by renee-png
parent c4a0abc898
commit 6860e1a2cd
3 changed files with 79 additions and 0 deletions
+2
View File
@@ -2,6 +2,8 @@ import { Link, useLocation, useNavigate } from "@tanstack/react-router";
import { useAuth } from "@/lib/auth";
import { Button } from "@/components/ui/button";
import { Briefcase, Users, FileText, Receipt, ShieldCheck, LogOut, Scale, LayoutDashboard, Calendar as CalendarIcon } from "lucide-react";
// FileText is used for Forms & Letters
void FileText;
import { cn } from "@/lib/utils";
import type { ReactNode } from "react";