This commit is contained in:
nasir@endelospay.com
2024-06-11 02:04:32 +05:00
parent 8611746758
commit f591faaa6b
3 changed files with 3 additions and 3 deletions

View File

@@ -141,7 +141,7 @@ export const routes = [
{
path: '/admin/providers/patientprofile/:id',
name: 'admin-providers-patientprofile',
component: () => import('@/pages/patients/PatientProfile.vue'),
component: () => import('@/pages/patients/patientprofile.vue'),
},
{
path: '/apps/email/filter/:filter',