diff options
Diffstat (limited to 'core/src/OC/index.js')
-rw-r--r-- | core/src/OC/index.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/OC/index.js b/core/src/OC/index.js index 471d7a182f1..cf334c5a835 100644 --- a/core/src/OC/index.js +++ b/core/src/OC/index.js @@ -25,6 +25,8 @@ import appswebroots from './appswebroots' import Backbone from './backbone' import Config from './config' import { + coreApps, + menuSpeed, PERMISSION_ALL, PERMISSION_CREATE, PERMISSION_DELETE, @@ -64,6 +66,8 @@ export default { /* * Constants */ + coreApps, + menuSpeed, PERMISSION_ALL, PERMISSION_CREATE, PERMISSION_DELETE, |