+2
-1
lines changedFilter options
+2
-1
lines changed Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
1
1
import { createStore } from 'redux';
2
2
import devTools from 'remote-redux-devtools';
3
3
import rootReducer from '../reducers';
4
+
import * as actionCreators from '../actions/todos';
4
5
5
6
export default function configureStore(initialState) {
6
7
const store = createStore(rootReducer, initialState, devTools({
7
-
realtime: true
8
+
realtime: true, actionCreators
8
9
}));
9
10
10
11
if (module.hot) {
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4