diff options
Diffstat (limited to 'frontend/src/types/Ranking.ts')
| -rw-r--r-- | frontend/src/types/Ranking.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/types/Ranking.ts b/frontend/src/types/Ranking.ts index 06a5ca4..800f4be 100644 --- a/frontend/src/types/Ranking.ts +++ b/frontend/src/types/Ranking.ts | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | import type { UserShort } from '@customTypes/Profile'; | 1 | import type { UserShort } from "@customTypes/Profile"; |
| 2 | 2 | ||
| 3 | export interface RankingType { | 3 | export interface RankingType { |
| 4 | placement: number; | 4 | placement: number; |