Skip to content

Instantly share code, notes, and snippets.

@brunoventura
Created September 24, 2018 05:46
Show Gist options
  • Save brunoventura/3a62a8606c5fec44da83b7ab166c3890 to your computer and use it in GitHub Desktop.
Save brunoventura/3a62a8606c5fec44da83b7ab166c3890 to your computer and use it in GitHub Desktop.
class HelloWorld extends React.Component {
render() {
return (
<h1 className='large'>Hello World</h1>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment