Skip to content

Instantly share code, notes, and snippets.

@Violet-Bora-Lee
Created March 9, 2019 15:07
Show Gist options
  • Save Violet-Bora-Lee/f731c66cc1dfd907198b30ac1c634371 to your computer and use it in GitHub Desktop.
Save Violet-Bora-Lee/f731c66cc1dfd907198b30ac1c634371 to your computer and use it in GitHub Desktop.
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