import App from './App.jsx'; import ReactDOM from 'react-dom'; import React from 'react'; ReactDOM.render(, document.getElementById('app'));