dashboard

This commit is contained in:
2026-03-15 00:09:16 -05:00
parent 006b14d93d
commit 4a2be400c5
7 changed files with 152 additions and 31 deletions

View File

@@ -4,7 +4,7 @@ import { useAuth } from "../auth/AuthProvider";
import { ThemeToggle } from "./ThemeToggle";
const links = [
{ to: "/", label: "Overview" },
{ to: "/", label: "Dashboard" },
{ to: "/settings/company", label: "Company Settings" },
{ to: "/crm/customers", label: "Customers" },
{ to: "/crm/vendors", label: "Vendors" },