summaryrefslogtreecommitdiffstats
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 1f8fd221..eb2c9758 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -22,7 +22,7 @@
import Vue from 'vue'
import Router from 'vue-router'
-import { generateUrl } from 'nextcloud-router'
+import { generateUrl } from '@nextcloud/router'
import Contacts from '../views/Contacts'
Vue.use(Router)