custom route element not visible
{
element:<div>
<LayoutWrapper>sssshhhhh</LayoutWrapper>
</div>,
path:"/sample",
}
this is my custom route and i want show this page after i click button
http://localhost:3000/appointment/sample this way i want url
element:<div>
<LayoutWrapper>sssshhhhh</LayoutWrapper>
</div>,
path:"/sample",
}
this is my custom route and i want show this page after i click button
http://localhost:3000/appointment/sample this way i want url
