import React from 'react'; class HelloApp extends React.Component { render () { return (

ascribe all the things!

); } }; export default HelloApp;