diff --git a/typed-router.d.ts b/typed-router.d.ts index fe8e3ed..c636faa 100644 --- a/typed-router.d.ts +++ b/typed-router.d.ts @@ -161,7 +161,7 @@ declare module 'vue-router/auto/routes' { 'patients-patient-profile': RouteRecordInfo<'patients-patient-profile', '/patients/patient-profile', Record, Record>, 'patients-patien-tab-overview': RouteRecordInfo<'patients-patien-tab-overview', '/patients/PatienTabOverview', Record, Record>, 'patients-patient-bio-panel': RouteRecordInfo<'patients-patient-bio-panel', '/patients/PatientBioPanel', Record, Record>, - 'patients-patientprofile': RouteRecordInfo<'patients-patientprofile', '/patients/patientprofile', Record, Record>, + 'patients-patient-profile': RouteRecordInfo<'patients-patient-profile', '/patients/PatientProfile', Record, Record>, 'patients-patient-question-profile': RouteRecordInfo<'patients-patient-question-profile', '/patients/PatientQuestionProfile', Record, Record>, 'patients-patients': RouteRecordInfo<'patients-patients', '/patients/patients', Record, Record>, 'patients-prescription-panel': RouteRecordInfo<'patients-prescription-panel', '/patients/PrescriptionPanel', Record, Record>,