website cleanup
This commit is contained in:
@@ -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';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user