Skip to content

Instantly share code, notes, and snippets.

@Siemko
Created November 6, 2017 14:20
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 Siemko/b74df4467231b6dc1774f4abccc09c26 to your computer and use it in GitHub Desktop.
Save Siemko/b74df4467231b6dc1774f4abccc09c26 to your computer and use it in GitHub Desktop.
const Greeting = ({name}) => <div>Hello {name}!</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment