Construir componente de função reagir
const FunctionComponent = (props) => {
return(
<h1>Function component</h1>
)
}
Xenophobic Xenomorph
const FunctionComponent = (props) => {
return(
<h1>Function component</h1>
)
}