import HomeView from "./views/HomeView.vue"; const routes = [ {path: '/', name:'p2private', component: HomeView}, ] export {routes};