This commit is contained in:
nasir@endelospay.com
2024-06-08 06:55:06 +05:00
parent 73d194ad04
commit cd856925f1
12 changed files with 145 additions and 396 deletions

View File

@@ -117,6 +117,11 @@ export const routes = [
path: '/admin/patients/patient-profile/:id',
name: 'admin-patient-profile',
component: () => import('@/pages/patients/patient-profile.vue'),
},
{
path: '/admin/provider/provider-profile/:id',
name: 'admin-provider-profile',
component: () => import('@/pages/providers/provider-profile.vue'),
},
{
path: '/apps/email/filter/:filter',