summaryrefslogtreecommitdiff
path: root/frontend/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-09-26 15:30:15 +0200
committerJules Laplace <julescarbon@gmail.com>2020-09-26 15:30:15 +0200
commitd260e3a65bdec981fd98db8a2352caa9bef9ae55 (patch)
treece04d69a1ed647c89b5dab93391c383d6beff14f /frontend/index.js
parenta17b76ac75f506f5da6fe8adf9c36632b60d4226 (diff)
finalizing fixing refactor!!
Diffstat (limited to 'frontend/index.js')
-rw-r--r--frontend/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/index.js b/frontend/index.js
index 393282c..8daf531 100644
--- a/frontend/index.js
+++ b/frontend/index.js
@@ -4,7 +4,7 @@ import { Provider } from 'react-redux'
import Router from 'app/router'
-import { store, history } from '/store'
+import { store, history } from 'app/store'
const container = document.createElement('div')
container.classList.add('container')