Added calender

This commit is contained in:
2025-08-21 17:53:39 -04:00
parent eeaf45defe
commit b74fd5d3a2
17 changed files with 984 additions and 65 deletions

View File

@@ -0,0 +1,24 @@
import ServiceHome from './ServiceHome.vue' // Adjust the import path
import CalendarCustomer from './calender/CalendarCustomer.vue'
const serviceRoutes = [
{
path: '/service',
name: 'ServiceHome',
component: ServiceHome
},
{
path: '/service/calender/:id',
name: 'CalenderCustomer',
component: CalendarCustomer,
},
]
export default serviceRoutes
//sourceMappingURL=index.ts.map