'use strict'; import React from 'react'; import HelloApp from './components/hello_app'; React.render( , document.getElementById('main') );