Skip to content

Instantly share code, notes, and snippets.

@Siemko
Created November 6, 2017 14:20
Show Gist options
  • Select an option

  • Save Siemko/b74df4467231b6dc1774f4abccc09c26 to your computer and use it in GitHub Desktop.

Select an option

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