🚀 Route Elite Dashboard and Trojan Horse pages

This commit is contained in:
Hamza-Ayed
2026-04-22 01:42:52 +03:00
parent 31022da057
commit b14a97bc60
3 changed files with 18 additions and 1 deletions

View File

@@ -11,12 +11,14 @@ import {
Building2,
Users,
Settings,
LogOut
LogOut,
Crown
} from 'lucide-react';
import { useAuthStore } from '../../store/authStore';
const menuItems = [
{ icon: LayoutDashboard, label: 'الرئيسية', path: '/dashboard' },
{ icon: Crown, label: 'لوحة النخبة', path: '/elite-dashboard' },
{ icon: FileText, label: 'الفواتير', path: '/invoices' },
{ icon: Building2, label: 'الشركات', path: '/companies' },
{ icon: Users, label: 'الموظفون', path: '/staff' },