WIP rework medical card data

This commit is contained in:
andrusyakka
2023-08-15 20:27:33 +03:00
parent cc4ea131f9
commit 6c85c5dcf1
6 changed files with 55 additions and 26 deletions

View File

@@ -40,7 +40,7 @@ export default createRouter({
{ path: "clients", component: TheUser },
{ path: "medcards", component: TheMedcards },
{ path: "settings", component: TheSettings },
{ path: "medical-card", component: TheMedicalCard },
{ path: "medical-card/:id", component: TheMedicalCard },
],
},
],