mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-26 02:30:07 +02:00
7 lines
268 B
JavaScript
7 lines
268 B
JavaScript
import App from '../../base'
|
|
import { rootContext } from '../../shared/context/root-context'
|
|
import ChatPane from '../../features/chat/components/chat-pane'
|
|
import { react2angular } from 'react2angular'
|
|
|
|
App.component('chat', react2angular(rootContext.use(ChatPane)))
|