Issues (576)

src/index.tsx (1 issue)

Severity
1
import { render } from 'react-dom'
2
import { App } from './app/App'
3
import './i18n'
4
5
render(<App />, document.getElementById('root'))
0 ignored issues
show
JSX not allowed in files with extension '.tsx'
Loading history...
6