Skip to content

Instantly share code, notes, and snippets.

@samwx
Last active October 31, 2019 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samwx/fc26d8df4828195f4e4a30616c28f5be to your computer and use it in GitHub Desktop.
Save samwx/fc26d8df4828195f4e4a30616c28f5be to your computer and use it in GitHub Desktop.
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