mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-09-09 05:58:19 +00:00
add iam module usermanagment ui
This commit is contained in:
@@ -1,10 +1,17 @@
|
||||
import { NavLink, Stack } from '@mantine/core';
|
||||
import { IconDashboard, IconBox } from '@tabler/icons-react';
|
||||
import {
|
||||
IconDashboard,
|
||||
IconBox,
|
||||
IconUsers,
|
||||
IconClipboardList,
|
||||
} from '@tabler/icons-react';
|
||||
import { useNavigate, useLocation } from 'react-router-dom';
|
||||
|
||||
const NAV_ITEMS = [
|
||||
{ label: 'Dashboard', icon: IconDashboard, path: '/dashboard' },
|
||||
{ label: 'Items', icon: IconBox, path: '/items' },
|
||||
{ label: 'User Management', icon: IconUsers, path: '/users' },
|
||||
{ label: 'Audit Log', icon: IconClipboardList, path: '/audit-log' },
|
||||
];
|
||||
|
||||
export function AppSidebar() {
|
||||
|
||||
Reference in New Issue
Block a user