feat(FE) : new pages and validation form pasien
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user