diff --git a/src/index.js b/src/index.js index 3d20aa2a6..a8d8f91c1 100644 --- a/src/index.js +++ b/src/index.js @@ -1,7 +1,7 @@ import ReactDOM from 'react-dom'; import { Provider } from 'react-redux'; import React from 'react'; -import { store, history} from './store'; +import { store, history } from './store'; import { Route, Switch } from 'react-router-dom'; import { ConnectedRouter } from 'react-router-redux';