Created
March 9, 2019 15:07
-
-
Save Violet-Bora-Lee/53e8d9f4793d803e43b8dd74763fbdd8 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 = ({ hello }) => { | |
return <h1>{hello}</h1>; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment