aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/src/store/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings/src/store/index.js')
-rw-r--r--apps/settings/src/store/index.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/settings/src/store/index.js b/apps/settings/src/store/index.js
index 62dab7246fc..910185edb51 100644
--- a/apps/settings/src/store/index.js
+++ b/apps/settings/src/store/index.js
@@ -7,7 +7,6 @@ import Vue from 'vue'
import Vuex, { Store } from 'vuex'
import users from './users.js'
import apps from './apps.js'
-import appApiApps from './app_api_apps.js'
import settings from './users-settings.js'
import oc from './oc.js'
import { showError } from '@nextcloud/dialogs'
@@ -36,7 +35,6 @@ export const useStore = () => {
modules: {
users,
apps,
- appApiApps,
settings,
oc,
},