update homepage

This commit is contained in:
2024-11-19 20:58:51 +00:00
parent 4027ce8526
commit daa640068b
6 changed files with 37 additions and 21 deletions

View File

@ -12,6 +12,7 @@ export interface MachineSpec {
count: number;
currency: CostCurrency;
};
location: string;
}
export enum DiskType {