feat(FE) : new pages and validation form pasien

This commit is contained in:
Yusron
2025-12-02 13:18:28 +07:00
parent bbc6346057
commit 632d575ffa
6 changed files with 939 additions and 66 deletions

View File

@@ -23,7 +23,17 @@ const sidebarItem: menu[] = [
{
title: 'Dashboard',
icon: 'widget-add-line-duotone',
to: '/dashboards/dashboard1'
to: '/dashboard'
},
{
title : "Pendaftaran",
icon : "widget-add-line-duotone",
to : "/pendaftaran"
},
{
title : "List Kunjungan Pasien",
icon : "widget-add-line-duotone",
to : "/list-kunjungan"
}
]
},