Skip Finance Management module

This commit is contained in:
gpt-engineer-app[bot]
2025-10-10 23:20:14 +00:00
parent e167225412
commit 957c95e59c
7 changed files with 1074 additions and 8 deletions

View File

@@ -37,7 +37,8 @@ import {
Megaphone,
ChevronDown,
ChevronRight,
Hotel
Hotel,
UtensilsCrossed
} from 'lucide-react';
const DashboardLayout = ({ children }: { children: React.ReactNode }) => {
@@ -61,6 +62,7 @@ const DashboardLayout = ({ children }: { children: React.ReactNode }) => {
{ icon: Settings, label: 'Admin Panel', path: '/dashboard/admin' },
{ icon: Plus, label: 'Channel Manager', path: '/dashboard/channel-manager' },
{ icon: Hotel, label: 'Hotel Management', path: '/dashboard/hotel-management' },
{ icon: UtensilsCrossed, label: 'Restaurant POS', path: '/dashboard/restaurant-pos' },
{ icon: Wallet, label: 'Wallet', path: '/dashboard/wallet' },
{ icon: MessageSquare, label: 'Message', path: '/dashboard/messages', badge: '2' },
];