diff --git a/src/js/app.js b/src/js/app.js index ecbf838..e0d09c2 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -14,7 +14,7 @@ import cordovaApp from './cordova-app.js'; // Import Routes import routes from './routes.js'; // Import Store -import store from './store.js'; +import store from './stores/index.js'; // Import main app component import App from '../app.f7.html';