This commit is contained in:
Inshal
2024-06-11 00:05:46 +05:00
parent 3f33811956
commit 84a0dc7186
9 changed files with 1738 additions and 7 deletions

View File

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