Skip to content

Instantly share code, notes, and snippets.

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