mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
e3a99a82db
[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'])
|
|
)
|