mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05: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:
parent
efb36b7193
commit
70e824e41a
1 changed files with 0 additions and 8 deletions
|
@ -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)
|
||||
}
|
Loading…
Reference in a new issue