Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created July 5, 2016 16:19
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 tmcw/4fc57433fe8b072e7d2d7c3838c297fd to your computer and use it in GitHub Desktop.
Save tmcw/4fc57433fe8b072e7d2d7c3838c297fd to your computer and use it in GitHub Desktop.
var reducers = Immutable.Map({
atlas: require('./atlas_reducer'),
blog: require('./blog_reducer'),
classicMaps: require('./classic_maps_reducer'),
dataset: require('./dataset_reducer'),
font: require('./font_reducer'),
invoice: require('./invoice_reducer'),
loading: require('./loading_reducer'),
mapStateDataset: require('./mapstate_reducer')('style'),
mapStateStyle: require('./mapstate_reducer')('dataset'),
notification: require('./notification_reducer'),
onboard: require('./onboard_reducer'),
orders: require('./orders_reducer'),
scope: require('./scope_reducer'),
source: require('./source_reducer'),
statistics: require('./statistics_reducer'),
stylesheet: require('./stylesheet_reducer'),
token: require('./token_reducer'),
uploads: require('./uploads_reducer'),
usage: require('./usage_reducer'),
user: require('./user_reducer'),
userList: require('./user_list_reducer'),
routing: routerReducer
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment