Fix: Connect Reservations Manager to Frontend
This commit is contained in:
@@ -10,6 +10,7 @@ interface CartItem {
|
||||
quantity: number;
|
||||
selectedDate?: string;
|
||||
guests?: number;
|
||||
timeSlot?: string;
|
||||
}
|
||||
|
||||
interface CartContextType {
|
||||
|
||||
Reference in New Issue
Block a user