import React from 'react' import { render } from 'react-dom' import Home from './components/Home' render( , document.getElementById('app') )