summaryrefslogtreecommitdiff
path: root/src/router
diff options
context:
space:
mode:
Diffstat (limited to 'src/router')
-rw-r--r--src/router/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/router/index.js b/src/router/index.js
index ce792cb7..3f447de3 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -4,8 +4,8 @@ import VueRouter from 'vue-router';
//Do not change store or routes import.
//Exact match alias set to support
//dotenv customizations.
-import routes from './routes';
import store from '../store';
+import routes from './routes';
Vue.use(VueRouter);