Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-17 00:54:05 +00:00
co-authored by renee-png
parent ea9934138d
commit 9e2f3b8543
+1
View File
@@ -30,6 +30,7 @@ const NAV: NavItem[] = [
{ to: "/cases", label: "Cases", icon: Briefcase },
{ to: "/invoices", label: "Invoices", icon: Receipt },
{ to: "/admin/users", label: "Users", icon: ShieldCheck, adminOnly: true },
{ to: "/settings", label: "Settings", icon: Settings, adminOnly: true },
];
export function AppShell({ children }: { children: ReactNode }) {