Comment créer un composant React

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