mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 09:21:15 +00:00
[web] Remove angular editor left menu code GitOrigin-RevId: ad3f16d5a2b98751e2011ab0412e1921dfa37fd0
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'])
|
|
)
|