WIP Добавил запрос на данные медицинской карты и переход на страницу карты

This commit is contained in:
DwCay
2022-12-27 17:34:28 +03:00
parent c91733c894
commit f66062740f
3 changed files with 35 additions and 20 deletions

View File

@@ -38,7 +38,7 @@ export default createRouter({
{ path: "calendar", component: TheCalendar },
{ path: "clients", component: TheUser },
{ path: "settings", component: TheSettings },
{ path: "medicalCard", component: TheMedicalCard },
{ path: "medical-card", component: TheMedicalCard },
],
},
],