Skip to content

Instantly share code, notes, and snippets.

@conorhastings
Created November 9, 2015 05:47
Show Gist options
  • Save conorhastings/d2fe0f8b9f5a66c087c2 to your computer and use it in GitHub Desktop.
Save conorhastings/d2fe0f8b9f5a66c087c2 to your computer and use it in GitHub Desktop.
testing
class Whatever extends Component {
render() {
return (
<div>Wow's this is cool</div>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment