UNPKG

yahoi

Version:

Yet Another Highly Opinionated Isomorphic Framework

19 lines (18 loc) 330 B
/* * * Redux Reducers * ################################################################### * * All available reducers should be listed here * * Format: * * { * default as ${Name} from './${Reducer}' * ... * } * * */ export { default as Example } from './ExampleReducer'; export { default as Locale } from './LocaleReducer';