Skip to content

Instantly share code, notes, and snippets.

@RaufR
Created June 23, 2019 14:04
Show Gist options
  • Save RaufR/e70ad76113cda325d83707cd5dfde353 to your computer and use it in GitHub Desktop.
Save RaufR/e70ad76113cda325d83707cd5dfde353 to your computer and use it in GitHub Desktop.
function HelloWorld(props) {
return (
<h1>Hello World</h1>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment