Skip to content

Instantly share code, notes, and snippets.

@joaopaulomoraes
Last active October 2, 2021 18:24
Show Gist options
  • Save joaopaulomoraes/e5d1636ae91026156a6bd02d540a8c11 to your computer and use it in GitHub Desktop.
Save joaopaulomoraes/e5d1636ae91026156a6bd02d540a8c11 to your computer and use it in GitHub Desktop.
import React, { Component } from 'react'
class Hello extends Component {
render() {
return <h3>Olá, {this.props.name}</h3>
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment