mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
d70e0b1c0e
GitOrigin-RevId: ed272bbc385faa69811ec1891075906cdca1c984
10 lines
299 B
JavaScript
10 lines
299 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))
|
|
)
|