You are on page 1of 1

import Navigation from ".

/Navigation"

function Home()
{
return(
<div>
<Navigation />
<h1 className="myclass">this is Home component</h1>
</div>
)
}

export default Home

You might also like