diff options
Diffstat (limited to 'apps/settings/src/store/index.js')
-rw-r--r-- | apps/settings/src/store/index.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/settings/src/store/index.js b/apps/settings/src/store/index.js index 910185edb51..9ecda7e37ad 100644 --- a/apps/settings/src/store/index.js +++ b/apps/settings/src/store/index.js @@ -3,16 +3,13 @@ * SPDX-License-Identifier: AGPL-3.0-or-later */ -import Vue from 'vue' -import Vuex, { Store } from 'vuex' +import { Store } from 'vuex' import users from './users.js' import apps from './apps.js' import settings from './users-settings.js' import oc from './oc.js' import { showError } from '@nextcloud/dialogs' -Vue.use(Vuex) - const debug = process.env.NODE_ENV !== 'production' const mutations = { |