forked from TeamofThr33/reservations-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsampleData.js
17 lines (16 loc) · 921 Bytes
/
sampleData.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
const sampleData =
{
_id: "5e2b925fea7cc98c08ac8d3d",
openHours: {
Sun:[],
Mon:["5:00 pm","5:30 pm","6:00 pm","6:30 pm","7:00 pm","7:30 pm","8:00 pm","8:30 pm","9:00 pm","9:30 pm","10:00 pm","10:30 pm"],
Tue:["5:00 pm","5:30 pm","6:00 pm","6:30 pm","7:00 pm","7:30 pm","8:00 pm","8:30 pm","9:00 pm","9:30 pm","10:00 pm","10:30 pm"],
Wed:["5:00 pm","5:30 pm","6:00 pm","6:30 pm","7:00 pm","7:30 pm","8:00 pm","8:30 pm","9:00 pm","9:30 pm","10:00 pm","10:30 pm"],
Thu:["5:00 pm","5:30 pm","6:00 pm","6:30 pm","7:00 pm","7:30 pm","8:00 pm","8:30 pm","9:00 pm","9:30 pm","10:00 pm","10:30 pm"],
Fri:["5:00 pm","5:30 pm","6:00 pm","6:30 pm","7:00 pm","7:30 pm","8:00 pm","8:30 pm","9:00 pm","9:30 pm","10:00 pm","10:30 pm"],
Sat:["5:00 pm","5:30 pm","6:00 pm","6:30 pm","7:00 pm","7:30 pm","8:00 pm","8:30 pm","9:00 pm","9:30 pm"]
},
maxPartySize:6,
__v:0
}
export default sampleData;