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