website cleanup
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { RaceStatsDTO } from '../types/generated';
|
||||
import type { RaceStatsDTO } from '../types/generated/RaceStatsDTO';
|
||||
|
||||
/**
|
||||
* Race stats view model
|
||||
@@ -15,4 +15,4 @@ export class RaceStatsViewModel {
|
||||
get formattedTotalRaces(): string {
|
||||
return this.totalRaces.toLocaleString();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user