Skip to content

Commit

Permalink
comment spell check & de-console on Root.js
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiahRex committed Sep 1, 2017
1 parent 3efc625 commit 975fe9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/configureStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {createStore, compose, applyMiddleware} from 'redux';
import reduxImmutableStateInvariant from 'redux-immutable-state-invariant';
import thunk from 'redux-thunk';
import createHistory from 'history/createBrowserHistory';
// 'routerMiddleware': the new way of storing route changes with redux middlware since rrV4.
// 'routerMiddleware': the new way of storing route changes with redux middleware since rrV4.
import { routerMiddleware } from 'react-router-redux';
import rootReducer from '../reducers';
export const history = createHistory();
Expand Down

0 comments on commit 975fe9e

Please sign in to comment.