Skip to content

Instantly share code, notes, and snippets.

@rajat1saxena
Created January 26, 2018 09:48
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 rajat1saxena/f521b5731bc5813ee0ba2849c2999b34 to your computer and use it in GitHub Desktop.
Save rajat1saxena/f521b5731bc5813ee0ba2849c2999b34 to your computer and use it in GitHub Desktop.
function Hello(props) {
return <div>{props.name}</div>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment