summaryrefslogtreecommitdiffstats
path: root/src/router
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-06-25 17:16:09 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-06-25 17:16:09 +0200
commit4758947a4b87aabc93b7b532a6afd815d514b0ce (patch)
tree43d03c515c8916cf9e4f34de58dba3ccdfc5f9a2 /src/router
parent2260ed3324e694d50c1fac935792d26238011fe8 (diff)
Remove usage of nextcloud-server
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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 b8a92b0a..8f195f5f 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-server/dist/router'
+import { generateUrl } from 'nextcloud-router'
import Contacts from 'Views/Contacts'
Vue.use(Router)