feat(side-menu): add new menu items for MCU section

Add procedure, diagnosis, and medical action links to the MCU section of the side menu to improve navigation and user access to these features
This commit is contained in:
Khafid Prayoga
2025-10-16 15:53:57 +07:00
parent 9b38689f79
commit f7d9027037
+12
View File
@@ -259,6 +259,18 @@
{
"title": "Checkup",
"link": "/mcu-src/mcu"
},
{
"title": "Prosedur",
"link": "/mcu-src/procedure"
},
{
"title": "Diagnosis",
"link": "/mcu-src/diagnose"
},
{
"title": "Medical Action",
"link": "/mcu-src/medical-action"
}
]
},