This commit is contained in:
ahdan15
2025-12-02 13:38:07 +07:00
parent bbc6346057
commit cd64bcee0a
4 changed files with 195 additions and 43 deletions

View File

@@ -38,6 +38,18 @@ const sidebarItem: menu[] = [
title: 'Dashboard',
icon: 'settings-minimalistic-line-duotone',
to: '/pages'
},
{
title: 'Pendaftran Pasien',
icon: 'notes-line-duotone',
to: '/pages'
},
{
title: 'List Kunjungan Pasien',
icon: 'list-line-duotone',
to: '/pages'
}