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