2024-07-05 23:50:19 +00:00
|
|
|
// import authentication_main from '../views/authentication/authentication_main.vue'
|
|
|
|
|
// import register from '../views/authentication/authentication_register.vue'
|
|
|
|
|
// import authentication_login from "../views/authentication/authentication_login.vue";
|
2024-06-24 03:56:21 +00:00
|
|
|
export default [
|
2024-07-05 22:38:35 +00:00
|
|
|
// { path: '/main', component: authentication_main },
|
|
|
|
|
// { path: '/login', component: authentication_login },
|
|
|
|
|
// { path: '/register', component: register },
|
2024-06-24 03:56:21 +00:00
|
|
|
// { path: '/profile', component: Profile }
|
|
|
|
|
]
|