overleaf/services/web/frontend/js/shared/context/controllers/root-context-controller.js

9 lines
230 B
JavaScript
Raw Normal View History

import App from '../../../base'
import { react2angular } from 'react2angular'
import { rootContext } from '../root-context'
App.component(
'sharedContextReact',
react2angular(rootContext.component, [], ['ide', 'settings'])
)