Skip to content

Commit

Permalink
feat(api): export createCombinableReducers
Browse files Browse the repository at this point in the history
  • Loading branch information
hitmands committed Mar 9, 2019
1 parent 10e2c0a commit be77848
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/redux-fluent.ts
@@ -1,4 +1,7 @@
export { combineReduxFluentReducers as combineReducers } from './combine-reducers/combineReducers';
export {
combineReduxFluentReducers as combineReducers,
createCombinableReducers,
} from './combine-reducers/combineReducers';
export { createAction } from './create-action/createAction';
export { createReducer } from './create-reducer/createReducer';
export { ofType } from './of-type/ofType';
Expand Down

0 comments on commit be77848

Please sign in to comment.