summaryrefslogtreecommitdiffstats
path: root/src/router/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/router/index.js')
-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)