🚀 Route Elite Dashboard and Trojan Horse pages
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user