mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 21:01:33 +02:00
Merge pull request #15065 from overleaf/tm-fix-jsx-new-subscription
Fix jsx in non-jsx file GitOrigin-RevId: c66dbbfdb5d874dfd5096b204198c2f24304d784
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
import './base'
|
||||
import ReactDOM from 'react-dom'
|
||||
import Root from '../../../features/subscription/components/new/root'
|
||||
|
||||
const element = document.getElementById('subscription-new-root')
|
||||
if (element) {
|
||||
ReactDOM.render(<Root />, element)
|
||||
}
|
||||
Reference in New Issue
Block a user