Merge branch 'dev' into fe-prescription-56

This commit is contained in:
Andrian Roshandy
2025-10-13 07:45:15 +07:00
36 changed files with 265 additions and 58 deletions
+2 -2
View File
@@ -74,7 +74,7 @@ const summaryData: any[] = [
const linkItems = [
{
title: 'Daftar Pasien',
link: '/patient',
link: '/client/patient',
icon: 'i-lucide-users',
},
{
@@ -89,7 +89,7 @@ const linkItems = [
},
{
title: 'Rehabilitasi',
link: '/patient',
link: '/client/patient',
icon: 'i-lucide-heart',
},
]