import React from 'react'; import io from './io'; import Index from './components/Index'; React.render( , document.getElementById('container') );