You are on page 1of 1

function Mycomponent()

{
return(
<div>
<h1>this is my custom component</h1>
</div>
)
}

export default Mycomponent;

You might also like