Fix: Connect Reservations Manager to Frontend

This commit is contained in:
gpt-engineer-app[bot]
2025-10-10 22:03:55 +00:00
parent f5927dd299
commit aae25097b1
6 changed files with 466 additions and 76 deletions

View File

@@ -10,6 +10,7 @@ interface CartItem {
quantity: number;
selectedDate?: string;
guests?: number;
timeSlot?: string;
}
interface CartContextType {