feat(customers): add dashboard and customer management
This commit is contained in:
parent
694b7bd09a
commit
92cb8d1286
28 changed files with 2521 additions and 13 deletions
|
|
@ -22,6 +22,7 @@ const menu = [
|
|||
icon: LayoutDashboard,
|
||||
name: "Dashboard",
|
||||
href: "/dashboard",
|
||||
permission: "dashboard.read",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
|
|
@ -39,6 +40,7 @@ const menu = [
|
|||
icon: Users,
|
||||
name: "Kunden",
|
||||
href: "/customers",
|
||||
permission: "customers.read",
|
||||
},
|
||||
{
|
||||
icon: Wrench,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue