Skip to content

Instantly share code, notes, and snippets.

@dnshko
Created July 31, 2020 10:38
Show Gist options
  • Save dnshko/d76f1c9292382fe82d88c50b71893818 to your computer and use it in GitHub Desktop.
Save dnshko/d76f1c9292382fe82d88c50b71893818 to your computer and use it in GitHub Desktop.
function Greeting(props) {
return <h1>{props.greeting}</h1>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment