summaryrefslogtreecommitdiff
path: root/frontend/src/index.js
diff options
context:
space:
mode:
authorVictor Chabbert <chabbertvi@eisti.eu>2017-05-22 22:47:20 +0200
committerVictor Chabbert <chabbertvi@eisti.eu>2017-05-22 22:47:20 +0200
commit3ff3b72f31b4a2647366c17dd2bbba0a8aae58e9 (patch)
tree22cd8ad06323babb4d625cb1e4aeec8834081521 /frontend/src/index.js
parentRevert to version number for flow-typed (diff)
downloadseven-wonders-3ff3b72f31b4a2647366c17dd2bbba0a8aae58e9.tar.gz
seven-wonders-3ff3b72f31b4a2647366c17dd2bbba0a8aae58e9.tar.bz2
seven-wonders-3ff3b72f31b4a2647366c17dd2bbba0a8aae58e9.zip
Move to prettier-eslint for better configuration
Diffstat (limited to 'frontend/src/index.js')
-rw-r--r--frontend/src/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/index.js b/frontend/src/index.js
index a627dd07..37d8fcf8 100644
--- a/frontend/src/index.js
+++ b/frontend/src/index.js
@@ -8,7 +8,6 @@ import { Provider } from 'react-redux';
import configureStore from './store';
import { routes } from './routes';
-
const initialState = {};
const { store, history } = configureStore(initialState);
bgstack15