summaryrefslogtreecommitdiffstats
path: root/src/store
diff options
context:
space:
mode:
authorJonas Sulzer <jonas@violoncello.ch>2019-11-05 16:41:02 +0100
committerMaxence Lange <maxence@artificial-owl.com>2020-06-19 13:47:03 -0100
commite4194be71bbfc6e1f99f87ed50bf652f318be0b1 (patch)
tree9dff792d96180ad7ed5312555070465c6042b05b /src/store
parentfd224527545bcbd01fc219c3f7acf1a39e379c17 (diff)
👌 IMPROVE: update nextcloud npm dependencies to the new @nextcloud namespace versions && update the AppNavigation to the work with the new component
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
Diffstat (limited to 'src/store')
-rw-r--r--src/store/account.js2
-rw-r--r--src/store/timeline.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/store/account.js b/src/store/account.js
index 0c27f40e..2ece11e0 100644
--- a/src/store/account.js
+++ b/src/store/account.js
@@ -20,7 +20,7 @@
*
*/
-import axios from 'nextcloud-axios'
+import axios from '@nextcloud/axios'
import Vue from 'vue'
const state = {
diff --git a/src/store/timeline.js b/src/store/timeline.js
index a89b85b2..5275ea55 100644
--- a/src/store/timeline.js
+++ b/src/store/timeline.js
@@ -22,7 +22,7 @@
*/
import Logger from '../logger'
-import axios from 'nextcloud-axios'
+import axios from '@nextcloud/axios'
import Vue from 'vue'
const state = {