We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db764f commit 9fd2a47Copy full SHA for 9fd2a47
client/index.js
@@ -1,4 +1,5 @@
1
import 'babel-polyfill';
2
+import './styles';
3
import React from 'react';
4
import ReactDOM from 'react-dom';
5
import { Provider } from 'react-redux';
@@ -8,8 +9,6 @@ import configureStore from 'store';
8
9
import App from 'containers/App';
10
import Loadable from 'react-loadable';
11
-import './styles';
12
-
13
// Hydrate the redux store from server state.
14
const initialState = window.__INITIAL_STATE__;
15
const history = createHistory();
0 commit comments