update
This commit is contained in:
@@ -36,7 +36,9 @@ import {
|
||||
Webhook,
|
||||
Key,
|
||||
HardDrive,
|
||||
Activity
|
||||
Activity,
|
||||
Calendar,
|
||||
Boxes
|
||||
} from 'lucide-react';
|
||||
import useAuthStore from '../../store/useAuthStore';
|
||||
import { useResponsive } from '../../hooks';
|
||||
@@ -136,6 +138,16 @@ const SidebarAdmin: React.FC<SidebarAdminProps> = ({
|
||||
icon: Hotel,
|
||||
label: 'Room Management'
|
||||
},
|
||||
{
|
||||
path: '/admin/inventory',
|
||||
icon: Boxes,
|
||||
label: 'Inventory'
|
||||
},
|
||||
{
|
||||
path: '/admin/shifts',
|
||||
icon: Calendar,
|
||||
label: 'Staff Shifts'
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user