overleaf/services/web/frontend/js/shared/context/controllers/root-context-controller.js
Miguel Serrano d55e46d3c0 Merge pull request #3642 from overleaf/msm-history-track-changes-toggles
[ReactNavToolbar] Track changes and History toggle buttons.

GitOrigin-RevId: a67a9a488c0960dba3f3d374cde4db0080ed2952
2021-02-24 03:04:17 +00:00

8 lines
218 B
JavaScript

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