Skip to content

Instantly share code, notes, and snippets.

@iamsaief
Created August 22, 2020 15:02
Show Gist options
  • Save iamsaief/63a41a64d0eaefc482b40d10d0864a94 to your computer and use it in GitHub Desktop.
Save iamsaief/63a41a64d0eaefc482b40d10d0864a94 to your computer and use it in GitHub Desktop.
function HelloWorld() {
return (
<div>
<h3>Hello World!</h3>
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment