feat (patient): add edit page

This commit is contained in:
Abizrh
2025-08-08 20:38:16 +07:00
parent d9fb2cff0c
commit 376af79449
15 changed files with 193 additions and 2 deletions
+2 -2
View File
@@ -9,9 +9,9 @@ const navMenu: any[] = [
link: '/',
},
{
title: 'Home',
title: 'Pasien',
icon: 'i-lucide-home',
link: '/',
link: '/patient',
},
],
},