1
0
mirror of https://github.com/nolanlawson/pinafore synced 2024-12-08 08:24:19 +01:00
Pinafore-Web-Client-Frontend/routes/_static/timelines.js
2018-09-06 09:35:30 -07:00

8 lines
208 B
JavaScript

export const TIMELINE_BATCH_SIZE = 20
export const timelines = {
home: { name: 'home', label: 'Home' },
local: { name: 'local', label: 'Local' },
federated: { name: 'federated', label: 'Federated' }
}