Skip to content

Instantly share code, notes, and snippets.

@Violet-Bora-Lee
Created February 26, 2019 15:23
Show Gist options
  • Save Violet-Bora-Lee/a87b0af7ff522339d90433d593abe00e to your computer and use it in GitHub Desktop.
Save Violet-Bora-Lee/a87b0af7ff522339d90433d593abe00e to your computer and use it in GitHub Desktop.
class HelloWorld extends Component {
render() {
return (
<h1>{props.hello}</h1>;
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment