Bangun Komponen Fungsi Bereaksi

const FunctionComponent = (props) => {
	return(
    	<h1>Function component</h1>
    )
}
Xenophobic Xenomorph