import React from 'react' import { render } from 'react-dom' import AppHot from './App' const root = document.getElementById('root') render(, root)