website cleanup

This commit is contained in:
2025-12-24 21:44:58 +01:00
parent 9b683a59d3
commit d78854a4c6
277 changed files with 6141 additions and 2693 deletions

View File

@@ -1,4 +1,4 @@
import type { TeamListItemDTO } from '@/lib/types/generated/GetAllTeamsOutputDTO';
import type { TeamListItemDTO } from '@/lib/types/generated/TeamListItemDTO';
export class TeamSummaryViewModel {
id: string;
@@ -54,4 +54,4 @@ export class TeamSummaryViewModel {
get statusColor(): string {
return this.isFull ? 'red' : 'green';
}
}
}