diff --git a/src/components/player/player-scores.tsx b/src/components/player/player-scores.tsx index cdae9ee..00f94cb 100644 --- a/src/components/player/player-scores.tsx +++ b/src/components/player/player-scores.tsx @@ -1,6 +1,5 @@ "use client"; -import { scoresaberFetcher } from "@/common/data-fetcher/impl/scoresaber"; import { ScoreSort } from "@/common/data-fetcher/sort"; import ScoreSaberPlayer from "@/common/data-fetcher/types/scoresaber/scoresaber-player"; import ScoreSaberPlayerScoresPage from "@/common/data-fetcher/types/scoresaber/scoresaber-player-scores-page"; diff --git a/src/components/player/player-stats.tsx b/src/components/player/player-stats.tsx index 8d8ecfb..e084ff0 100644 --- a/src/components/player/player-stats.tsx +++ b/src/components/player/player-stats.tsx @@ -1,7 +1,6 @@ import ScoreSaberPlayer from "@/common/data-fetcher/types/scoresaber/scoresaber-player"; import { formatNumberWithCommas } from "@/common/number-utils"; import StatValue from "@/components/stat-value"; -import { ClassValue } from "clsx"; type Badge = { name: string;