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