usermanagment url

This commit is contained in:
mengstabketemaw
2026-06-03 10:16:31 +03:00
parent a7a5ec8ea0
commit 4faf851a8f

View File

@@ -10,7 +10,7 @@ import { useNavigate, useLocation } from 'react-router-dom';
const NAV_ITEMS = [ const NAV_ITEMS = [
{ label: 'Dashboard', icon: IconDashboard, path: '/dashboard' }, { label: 'Dashboard', icon: IconDashboard, path: '/dashboard' },
{ label: 'Items', icon: IconBox, path: '/items' }, { label: 'Items', icon: IconBox, path: '/items' },
{ label: 'User Management', icon: IconUsers, path: '/users' }, { label: 'User Management', icon: IconUsers, path: '/user-management' },
{ label: 'Audit Log', icon: IconClipboardList, path: '/audit-log' }, { label: 'Audit Log', icon: IconClipboardList, path: '/audit-log' },
]; ];