diff options
Diffstat (limited to 'core/src/OCP/index.js')
-rw-r--r-- | core/src/OCP/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/OCP/index.js b/core/src/OCP/index.js index 3309e3fe047..d8640b1ff0c 100644 --- a/core/src/OCP/index.js +++ b/core/src/OCP/index.js @@ -18,9 +18,9 @@ export default { /** * @deprecated 18.0.0 add https://www.npmjs.com/package/@nextcloud/initial-state to your app */ - loadState + loadState, }, Loader, Toast, - WhatsNew + WhatsNew, } |