From 7f86ca1ebdd8f42cfa8d009ba24974600f2eda67 Mon Sep 17 00:00:00 2001 From: Inshal Date: Tue, 11 Jun 2024 02:29:02 +0500 Subject: [PATCH] fix --- typed-router.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>,