Created
March 9, 2019 15:07
-
-
Save Violet-Bora-Lee/f731c66cc1dfd907198b30ac1c634371 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
const HelloWorld = (props) => { | |
return <h1>{props.hello}</h1>; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment