Skip to content

Instantly share code, notes, and snippets.

@patcito
Created June 11, 2017 10:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patcito/6534ef079dc5473978ab4663b1b5bf7c to your computer and use it in GitHub Desktop.
Save patcito/6534ef079dc5473978ab4663b1b5bf7c to your computer and use it in GitHub Desktop.
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