UNPKG

twreporter-redux

Version:

redux actions and reducers for twreporter website

14 lines (12 loc) 227 B
const photography = 'photography' const infographic = 'interactive' const review = 'review' const normal = 'article' const longform = 'longform' export default { photography, infographic, review, normal, longform, }