diff options
Diffstat (limited to 'core/src/OC/appconfig.js')
-rw-r--r-- | core/src/OC/appconfig.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/src/OC/appconfig.js b/core/src/OC/appconfig.js index ee7efb8a3ac..1248475ce77 100644 --- a/core/src/OC/appconfig.js +++ b/core/src/OC/appconfig.js @@ -26,7 +26,7 @@ export const appConfig = window.oc_appconfig || {} * @namespace * @deprecated 16.0.0 Use OCP.AppConfig instead */ -const AppConfig = { +export const AppConfig = { /** * @deprecated Use OCP.AppConfig.getValue() instead */ @@ -69,5 +69,3 @@ const AppConfig = { } }; - -export default AppConfig; |