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