Como Creacte React Component
function Component(props){
return(
<h1>
component
</h1>
)
}
Xenophobic Xenomorph
function Component(props){
return(
<h1>
component
</h1>
)
}