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

@ -2,7 +2,7 @@
import NotesPanel from '@/pages/patients/NotesPanel.vue'
import PatienTabOverview from '@/pages/patients/PatienTabOverview.vue'
import PatientBioPanel from '@/pages/patients/PatientBioPanel.vue'
import PatientProfile from '@/pages/patients/PatientProfile.vue'
import PatientProfile from '@/pages/patients/patientprofile.vue'
import PrescriptionPanel from '@/pages/patients/PrescriptionPanel.vue'
import { useStore } from 'vuex'

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',

2
typed-router.d.ts vendored
View File

@ -161,7 +161,7 @@ declare module 'vue-router/auto/routes' {
'patients-patient-profile': RouteRecordInfo<'patients-patient-profile', '/patients/patient-profile', Record<never, never>, Record<never, never>>,
'patients-patien-tab-overview': RouteRecordInfo<'patients-patien-tab-overview', '/patients/PatienTabOverview', Record<never, never>, Record<never, never>>,
'patients-patient-bio-panel': RouteRecordInfo<'patients-patient-bio-panel', '/patients/PatientBioPanel', Record<never, never>, Record<never, never>>,
'patients-patient-profile': RouteRecordInfo<'patients-patient-profile', '/patients/PatientProfile', Record<never, never>, Record<never, never>>,
'patients-patientprofile': RouteRecordInfo<'patients-patientprofile', '/patients/patientprofile', Record<never, never>, Record<never, never>>,
'patients-patients': RouteRecordInfo<'patients-patients', '/patients/patients', Record<never, never>, Record<never, never>>,
'patients-prescription-panel': RouteRecordInfo<'patients-prescription-panel', '/patients/PrescriptionPanel', Record<never, never>, Record<never, never>>,
'patients-question-progress-bar': RouteRecordInfo<'patients-question-progress-bar', '/patients/QuestionProgressBar', Record<never, never>, Record<never, never>>,