1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-02-10 00:10:47 +01:00

5 lines
207 B
JavaScript
Raw Normal View History

2018-01-23 09:03:31 -08:00
export const STATUSES_STORE = 'statuses'
export const TIMELINE_STORE = 'timelines'
2018-01-23 09:21:21 -08:00
export const META_STORE = 'meta'
2018-01-28 12:51:48 -08:00
export const ACCOUNTS_STORE = 'accounts'
export const RELATIONSHIPS_STORE = 'relationships'