diff --git a/platform/viewer/src/App.js b/platform/viewer/src/App.js index 4c3373500..47d869c9d 100644 --- a/platform/viewer/src/App.js +++ b/platform/viewer/src/App.js @@ -71,6 +71,14 @@ let extensionManager; // TODO[react] Use a provider when the whole tree is React window.store = store; +window.ohif = window.ohif || {}; +window.ohif.app = { + commandsManager, + hotkeysManager, + servicesManager, + extensionManager, +}; + class App extends Component { static propTypes = { config: PropTypes.oneOfType([