diff options
Diffstat (limited to 'core/src/OC/index.js')
-rw-r--r-- | core/src/OC/index.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/OC/index.js b/core/src/OC/index.js index a27695d8eda..81cf002e47f 100644 --- a/core/src/OC/index.js +++ b/core/src/OC/index.js @@ -19,6 +19,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +import {addScript, addStyle} from './legacy-loader' import Apps from './apps' import {AppConfig, appConfig} from './appconfig' import appswebroots from './appswebroots' @@ -84,6 +85,8 @@ export default { PERMISSION_UPDATE, TAG_FAVORITE, + addScript, + addStyle, Apps, AppConfig, appConfig, |