Skip to content

Instantly share code, notes, and snippets.

@JonathanZWhite
Created April 25, 2017 07:58
Show Gist options
  • Save JonathanZWhite/bfbcf9655199d08749e025d5585917c2 to your computer and use it in GitHub Desktop.
Save JonathanZWhite/bfbcf9655199d08749e025d5585917c2 to your computer and use it in GitHub Desktop.
function Parent() {
return (
<Heading tag="h2">Hello World</Heading>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment