Добавил роутинг на страницу медкарточек

This commit is contained in:
megavrilinvv
2023-07-24 15:40:59 +03:00
parent 4c7e62d450
commit c63fe8c319
6 changed files with 44 additions and 0 deletions

View File

@@ -40,6 +40,12 @@ export default {
active: false,
icon: "clients",
},
{
id: "medcards",
path: "#/medcards",
active: false,
icon: "medcards",
},
{
id: "settings",
path: "#/settings",