summaryrefslogtreecommitdiffstats
path: root/src/router
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-11-06 14:08:52 +0100
committerJoas Schilling <coding@schilljs.com>2019-11-06 14:08:52 +0100
commit4eef40b8958ba3ef53d1adc3172dce9269e91c4a (patch)
treec431ffbd08539a741bae14f2856d06e9a9a88e02 /src/router
parent224bf9034d5ffe53f8aecaeed850b5943a4164f9 (diff)
Replace nextcloud-router with @nextcloud/router
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/router')
-rw-r--r--src/router/router.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/router/router.js b/src/router/router.js
index 72d483b85..a5f96927f 100644
--- a/src/router/router.js
+++ b/src/router/router.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 WelcomeView from '../views/WelcomeView.vue'
import ChatView from '../views/ChatView.vue'