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 e0fe4df7..6bc4a5a5 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -25,7 +25,7 @@ import Router from 'vue-router'
import { generateUrl } from '@nextcloud/router'
import { ROUTE_CIRCLE, ROUTE_CHART } from '../models/constants.ts'
-import Contacts from '../views/Contacts'
+import Contacts from '../views/Contacts.vue'
Vue.use(Router)