i separated routes to different file below is the code. when i try navigate /child route nothing is displaying.its killing my time
routes.js:-
import Ap
You will need to declare the child path with a preceding slash as well:
childRoutes: [{ path: '/child', component: Post }]