Describe the bug
hi! @Kanika637 😁
we could make the App.js more clean to see
Expected behaviour
Layout =({children})=>{
<Header/>
{children}
<Footer/>
}
main=()=>{
return <Layout >
Cart component
</Layout>
}
main=()=>{
return <Layout >
Product component
</Layout>
}
Screenshots
No response
Additional context
No response