Skip to content

Commit 0c23fb1

Browse files
committed
remove unused imports from example
1 parent f5bcf3b commit 0c23fb1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ you to nest reducers underneath a common parent that has functionality of its ow
4848
```js
4949
import { mergeChildReducers } from 'redux-loop-immutable';
5050
import {getModel, isLoop} from 'redux-loop';
51-
import reducerWithSideEffects from './reducer-with-side-effects';
52-
import plainReducer from './plain-reducer';
5351
import { fromJS } from 'immutable'
5452
import pageReducerMap from './page-reducers';
5553

0 commit comments

Comments
 (0)