feat(cemo): show list cemo
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user