change color theme
This commit is contained in:
@@ -40,3 +40,9 @@ export interface KategoriOperasi {
|
||||
id: number;
|
||||
kategori: string;
|
||||
}
|
||||
|
||||
export interface AntreanKategoriOperasi {
|
||||
id_kategori: number;
|
||||
kategori: string;
|
||||
jumlah_antrean: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user