Skip to content

Instantly share code, notes, and snippets.

@joaopaulomoraes
Last active May 1, 2019 18:55
Show Gist options
  • Save joaopaulomoraes/0048c6df8c2ef0183de2c426b8acc798 to your computer and use it in GitHub Desktop.
Save joaopaulomoraes/0048c6df8c2ef0183de2c426b8acc798 to your computer and use it in GitHub Desktop.
import React from 'react'
const Hello = (props) => <h3>Olá, {props.name}</h3>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment