do to formatters
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
* Team card view model
|
||||
* UI representation of a team on the landing page.
|
||||
*/
|
||||
import { ViewModel } from "../contracts/view-models/ViewModel";
|
||||
import type { TeamCardViewData } from "@/lib/view-data/TeamCardViewData";
|
||||
import { ViewModel } from "../contracts/view-models/ViewModel";
|
||||
|
||||
export class TeamCardViewModel extends ViewModel {
|
||||
readonly id: string;
|
||||
|
||||
Reference in New Issue
Block a user