Created
November 9, 2015 05:47
-
-
Save conorhastings/d2fe0f8b9f5a66c087c2 to your computer and use it in GitHub Desktop.
testing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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