How the Code Base WorksRoutesOn this pageRoutesLocationThe core dashboard routes are defined in shell/config/router.js.PatternAdd an entry to the list of routes{... routes: [ { path: "/about", component: () => interopDefault(import('../pages/account/index.vue' /* webpackChunkName: "pages/account/index" */)), name: "about" } ]...}