Created
June 11, 2017 10:11
-
-
Save patcito/6534ef079dc5473978ab4663b1b5bf7c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const thursdaySections = [ | |
{ | |
id: "8:30 AM", | |
data: [{ id: 0, title: "Registration, breakfast" }] | |
}, | |
{ | |
id: "10:00 AM", | |
data: [{ id: 0, title: "Conference Keynote", speaker: "Lucy Vatne" }] | |
} | |
]; | |
const fridaySections = [ | |
{ | |
id: "10:30 AM", | |
data: [{ id: 0, title: "More breakfast" }] | |
}, | |
{ | |
id: "12:00 PM", | |
data: [{ id: 0, title: "More Keynote", speaker: "Lucy Vatne" }] | |
} | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment