From 4eef40b8958ba3ef53d1adc3172dce9269e91c4a Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 6 Nov 2019 14:08:52 +0100 Subject: Replace nextcloud-router with @nextcloud/router Signed-off-by: Joas Schilling --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.js') diff --git a/src/main.js b/src/main.js index 29afa2629..106c53f08 100644 --- a/src/main.js +++ b/src/main.js @@ -27,7 +27,7 @@ import store from './store' import VueRouter from 'vue-router' import VueClipboard from 'vue-clipboard2' import router from './router/router' -import { generateFilePath } from 'nextcloud-router' +import { generateFilePath } from '@nextcloud/router' import { getRequestToken } from '@nextcloud/auth' // CSP config for webpack dynamic chunk loading -- cgit v1.2.3