[WIP] Добавил страницу Зубных формул

This commit is contained in:
DwCay
2023-07-04 18:09:23 +03:00
parent e9e737e851
commit d7c304fbee
10 changed files with 224 additions and 27 deletions

View File

@@ -358,9 +358,9 @@ export const baseInfoMenu = [
component: "MedicalHistory",
},
{
title: "Зубная формула",
title: "Зубные формулы",
id: "dental-formula",
component: "DentalFormula",
component: "MedicalDentalFormulasWrapper",
},
];