Skip to content

Commit

Permalink
first commit (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
niyibi250 authored Jul 25, 2024
1 parent fbb40eb commit 9cd870c
Show file tree
Hide file tree
Showing 4 changed files with 664 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/dashBoard/DashboardSideNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ const sideBarItems = [
path: '/dashboard/customers',
name: 'Customers',
icon: <Users className="icon" />,
subItems: [
{
name: 'All customers',
path: '/dashboard/customers',
role: ['Admin'],
},
],
role: ['Admin'],
},
{
Expand Down
Loading

0 comments on commit 9cd870c

Please sign in to comment.