diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-11 14:49:17 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:06:00 +0200 |
| commit | cbf8eb9cbf2f4082cb1a83955d435ebcb73be3ab (patch) | |
| tree | db58a2d9c363d3256270eb705b5ae13d51836c71 /src/index.js | |
| parent | aa448cb5c3e2e372dad1c79ffc32ff32144b4140 (diff) | |
Center datacenter on site load
Diffstat (limited to 'src/index.js')
| -rw-r--r-- | src/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js index 8fa45ebf..84d5329c 100644 --- a/src/index.js +++ b/src/index.js @@ -5,7 +5,7 @@ import {setupSocketConnection} from "./api/socket"; import "./index.css"; import registerServiceWorker from "./registerServiceWorker"; import Routes from "./routes"; -import configureStore from "./store/configureStore"; +import configureStore from "./store/configure-store"; setupSocketConnection(() => { const store = configureStore(); |
