Change router for page
Hi I'm using refine as library to create my crud page
Now I have a show page with route like this /plan/{id}
When I click a button on this page, can I redirect to /plan/{id}/component/create
which component/create is create a component and insert to DB
Now I have a show page with route like this /plan/{id}
When I click a button on this page, can I redirect to /plan/{id}/component/create
which component/create is create a component and insert to DB
