summaryrefslogtreecommitdiffstats
path: root/front/odiparpack/app/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'front/odiparpack/app/app.js')
-rw-r--r--front/odiparpack/app/app.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/front/odiparpack/app/app.js b/front/odiparpack/app/app.js
index 6845268..34f6a9f 100644
--- a/front/odiparpack/app/app.js
+++ b/front/odiparpack/app/app.js
@@ -34,9 +34,13 @@ import { translationMessages } from './i18n';
// Create redux store with history
const initialState = {};
-const store = configureStore(initialState, history);
+//const store = configureStore(initialState, history);
const MOUNT_NODE = document.getElementById('app');
+//New store
+import { confStore } from './redux/configureStore';
+const store = confStore()
+
const render = messages => {
ReactDOM.render(
<Provider store={store}>