diff options
Diffstat (limited to 'core/src/OC/index.js')
-rw-r--r-- | core/src/OC/index.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/OC/index.js b/core/src/OC/index.js index 32c31c2c3a3..05a1bf0162e 100644 --- a/core/src/OC/index.js +++ b/core/src/OC/index.js @@ -30,6 +30,7 @@ import { processAjaxError, registerXHRForErrorProcessing, } from './xhr-error.js' +import Apps from './apps.js' import { AppConfig, appConfig } from './appconfig.js' import { appSettings } from './appsettings.js' import appswebroots from './appswebroots.js' @@ -137,7 +138,7 @@ export default { * @deprecated 17.0.0 */ fileIsBlacklisted: file => !!(file.match(Config.blacklist_files_regex)), - + Apps, addScript, addStyle, AppConfig, |