We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5bcf3b commit 0c23fb1Copy full SHA for 0c23fb1
README.md
@@ -48,8 +48,6 @@ you to nest reducers underneath a common parent that has functionality of its ow
48
```js
49
import { mergeChildReducers } from 'redux-loop-immutable';
50
import {getModel, isLoop} from 'redux-loop';
51
-import reducerWithSideEffects from './reducer-with-side-effects';
52
-import plainReducer from './plain-reducer';
53
import { fromJS } from 'immutable'
54
import pageReducerMap from './page-reducers';
55
0 commit comments