1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-02-01 22:36:45 +01:00

8 lines
184 B
JavaScript
Raw Normal View History

2018-01-18 23:37:43 -08:00
const timelines = {
home: { name: 'home', label: 'Home' },
local: { name: 'local', label: 'Local' },
federated: { name: 'federated', label: 'Federated' }
}
2018-02-08 22:29:29 -08:00
export { timelines }