diff options
Diffstat (limited to 'core/src/OCP/index.js')
-rw-r--r-- | core/src/OCP/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/src/OCP/index.js b/core/src/OCP/index.js index e71c0672c3c..f4137d6ce54 100644 --- a/core/src/OCP/index.js +++ b/core/src/OCP/index.js @@ -2,8 +2,10 @@ * */ import loader from './loader' +import initialState from './initialstate' /** @namespace OCP */ export default { Loader: loader, + InitialState: initialState, }; |