mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-09-08 21:48:19 +00:00
feat: added exam modules
This commit is contained in:
@@ -20,6 +20,10 @@ import {
|
||||
IconUser,
|
||||
IconUsers,
|
||||
IconUserShield,
|
||||
IconCertificate,
|
||||
IconQuestionMark,
|
||||
IconClipboardList,
|
||||
IconReport,
|
||||
} from '@tabler/icons-react';
|
||||
import { notify } from '@ema-platform/ui';
|
||||
import { SUPPORTED_LANGUAGES } from '../i18n/config';
|
||||
@@ -37,6 +41,10 @@ const NAV_ITEMS: NavItem[] = [
|
||||
{ to: '/analytics', label: 'Analytics', icon: IconChartBar },
|
||||
{ to: '/medical-verification', label: 'Medical Verification', icon: IconHeart },
|
||||
{ to: '/locations', label: 'Locations', icon: IconMap },
|
||||
{ to: '/certifications', label: 'Certifications', icon: IconCertificate },
|
||||
{ to: '/questions', label: 'Questions', icon: IconQuestionMark },
|
||||
{ to: '/exams', label: 'Examinations', icon: IconClipboardList },
|
||||
{ to: '/exam-results', label: 'Exam Results', icon: IconReport },
|
||||
{ to: '/configuration', label: 'Configuration', icon: IconSettings },
|
||||
{ to: '/profile', label: 'Profile', icon: IconUser },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user