This commit is contained in:
nasir@endelospay.com
2024-06-11 02:12:38 +05:00
parent f591faaa6b
commit 7083bd4551
4 changed files with 529 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/PatientQuestionProfile.vue'),
},
{
path: '/apps/email/filter/:filter',