import React from 'react'; import App from './Main'; // Render the main component into the dom React.render(, document.getElementById('app'));