mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
31c503be2d
GitOrigin-RevId: 11bb3ca5704ef5cc782d14eb6f4f10a1fa2a656e
9 lines
310 B
JavaScript
9 lines
310 B
JavaScript
import App from '../../../base'
|
|
import { react2angular } from 'react2angular'
|
|
import { rootContext } from '../../../shared/context/root-context'
|
|
import GrammarlyWarning from '../components/grammarly-warning'
|
|
|
|
App.component(
|
|
'grammarlyWarning',
|
|
react2angular(rootContext.use(GrammarlyWarning), ['delay'])
|
|
)
|