added location registeration

This commit is contained in:
mengstabketemaw
2026-06-17 16:25:58 +03:00
parent 85e070db33
commit ccb2b6118c
11 changed files with 1237 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ import {
IconLayoutDashboard,
IconUsers,
IconUser,
IconMap,
} from '@tabler/icons-react';
import { notify } from '@ema-platform/ui';
import { SUPPORTED_LANGUAGES } from '../i18n/config';
@@ -18,6 +19,7 @@ import { SUPPORTED_LANGUAGES } from '../i18n/config';
const NAV_ITEMS: NavItem[] = [
{ to: '/dashboard', label: 'Dashboard', icon: IconLayoutDashboard },
{ to: '/um/user-management/dashboard', label: 'User Management', icon: IconUsers },
{ to: '/locations', label: 'Locations', icon: IconMap },
{ to: '/profile', label: 'Profile', icon: IconUser },
];