summaryrefslogtreecommitdiffstats
path: root/src/main.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-01-24 18:27:35 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-01-29 17:26:05 +0100
commit0ff05f50d458b5875707bea33ccf2b8976254edb (patch)
treed7e0c03b52eee2935508ceb848d7734d3e8b0f62 /src/main.js
parent503be8085b4e02e22bd69dbea959bbea7534cc76 (diff)
Allow importing from files
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.js b/src/main.js
index 87e8c2db..47b4353e 100644
--- a/src/main.js
+++ b/src/main.js
@@ -28,8 +28,8 @@ import App from './ContactsRoot'
import router from './router'
import store from './store'
import { sync } from 'vuex-router-sync'
-import { generateFilePath } from 'nextcloud-router'
-import { getRequestToken } from 'nextcloud-auth'
+import { generateFilePath } from '@nextcloud/router'
+import { getRequestToken } from '@nextcloud/auth'
/** GLOBAL COMPONENTS AND DIRECTIVE */
import { Actions, DatetimePicker, Multiselect, PopoverMenu, Modal } from '@nextcloud/vue'