This commit is contained in:
Iliyan Angelov
2025-12-01 07:24:31 +02:00
parent 62c1fe5951
commit 49181cf48c
9 changed files with 4519 additions and 5 deletions

View File

@@ -127,6 +127,11 @@ const SidebarStaff: React.FC<SidebarStaffProps> = ({
icon: BarChart3,
label: 'Reports'
},
{
path: '/staff/profile',
icon: Users,
label: 'My Profile'
},
];
const isActive = (path: string) => {