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