diff options
| author | FifthWit <fifthwitbusiness@gmail.com> | 2025-01-30 10:48:34 -0600 |
|---|---|---|
| committer | FifthWit <fifthwitbusiness@gmail.com> | 2025-01-30 10:48:34 -0600 |
| commit | 828ce89e19a69e243cc971fb059af84f060116df (patch) | |
| tree | 8c443ef4092e13f0e0ff7db87d3de05d8c8803a6 /frontend | |
| parent | fixed rending issue with useCallback() (diff) | |
| download | lphub-828ce89e19a69e243cc971fb059af84f060116df.tar.gz lphub-828ce89e19a69e243cc971fb059af84f060116df.tar.bz2 lphub-828ce89e19a69e243cc971fb059af84f060116df.zip | |
unused var
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/src/components/RankingEntry.tsx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/frontend/src/components/RankingEntry.tsx b/frontend/src/components/RankingEntry.tsx index add36ca..a007fea 100644 --- a/frontend/src/components/RankingEntry.tsx +++ b/frontend/src/components/RankingEntry.tsx | |||
| @@ -1,10 +1,6 @@ | |||
| 1 | import React from 'react'; | 1 | import React from 'react'; |
| 2 | import { Link } from 'react-router-dom'; | 2 | import { Link } from 'react-router-dom'; |
| 3 | import { | 3 | import { RankingType, SteamRankingType } from '@customTypes/Ranking'; |
| 4 | RankingType, | ||
| 5 | SteamRanking, | ||
| 6 | SteamRankingType, | ||
| 7 | } from '@customTypes/Ranking'; | ||
| 8 | 4 | ||
| 9 | enum RankingCategories { | 5 | enum RankingCategories { |
| 10 | rankings_overall, | 6 | rankings_overall, |