Skip to content

Commit bbb7dce

Browse files
committed
Merge pull request reduxjs#827 from camsong/patch-3
Update combineReducers.md
2 parents 14bc233 + b9bf606 commit bbb7dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/combineReducers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default combineReducers({
8080
#### `App.js`
8181

8282
```js
83-
import { createStore, combineReducers } from 'redux';
83+
import { createStore } from 'redux';
8484
import reducer from './reducers/index';
8585

8686
let store = createStore(reducer);

0 commit comments

Comments
 (0)