fix: update component process

This commit is contained in:
riefive
2025-11-21 14:40:13 +07:00
parent 9eea12a503
commit 534880eb2e
10 changed files with 215 additions and 211 deletions

No files matched your search

@@ -28,4 +28,5 @@ export async function getEncounterData(id: string | number) {
console.error('Error fetching encounter data:', error)
data = null
}
return data
}