Last active
October 31, 2019 16:06
-
-
Save samwx/fc26d8df4828195f4e4a30616c28f5be to your computer and use it in GitHub Desktop.
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
function App(props) { | |
return ( | |
<div className="App"> | |
<h1>{props.title}</h1> | |
<h2>Start editing to see some magic happen!</h2> | |
</div> | |
); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment