Skip to content

Instantly share code, notes, and snippets.

@Violet-Bora-Lee
Created March 9, 2019 15:07
Show Gist options
  • Save Violet-Bora-Lee/53e8d9f4793d803e43b8dd74763fbdd8 to your computer and use it in GitHub Desktop.
Save Violet-Bora-Lee/53e8d9f4793d803e43b8dd74763fbdd8 to your computer and use it in GitHub Desktop.
const HelloWorld = ({ hello }) => {
return <h1>{hello}</h1>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment