summaryrefslogtreecommitdiffstats
path: root/src/router
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-09-26 17:51:44 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-09-26 18:46:38 +0200
commitdd0a064868d8d96249df5445fff2ceaf80ea62e5 (patch)
tree76f055c5c9a869b26d78a14f8f4192b467898a49 /src/router
parent713545f51649398676c0fe54c6d4f7c842fe0899 (diff)
Move to global eslint
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
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 8f195f5f..6d678e4e 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -23,7 +23,7 @@
import Vue from 'vue'
import Router from 'vue-router'
import { generateUrl } from 'nextcloud-router'
-import Contacts from 'Views/Contacts'
+import Contacts from '../views/Contacts'
Vue.use(Router)