feat(cemo): show list cemo

This commit is contained in:
riefive
2025-10-29 15:58:52 +07:00
parent 3234853473
commit dc4edc1dc0
3 changed files with 117 additions and 2 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
export type Row = {
export type CemotherapyData = {
id: number
tanggal: string
noRm: string
@@ -14,7 +14,7 @@ export type Row = {
asal: string
}
export const sampleRows: Row[] = [
export const sampleRows: CemotherapyData[] = [
{
id: 1,
tanggal: '12 Agustus 2025',