mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-02 00:41:13 -05:00
d55e46d3c0
[ReactNavToolbar] Track changes and History toggle buttons. GitOrigin-RevId: a67a9a488c0960dba3f3d374cde4db0080ed2952
8 lines
218 B
JavaScript
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'])
|
|
)
|