Skip to content

Instantly share code, notes, and snippets.

@burgwyn
Last active October 14, 2017 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save burgwyn/83017ef672391bcb8c1061ea0dec5df6 to your computer and use it in GitHub Desktop.
Save burgwyn/83017ef672391bcb8c1061ea0dec5df6 to your computer and use it in GitHub Desktop.
const HelloWorld = ({name}) => (
<div>{`Hi ${name}`}</div>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment