From bc2ddfa3a372488ce7dfde18b8482691c70f9b94 Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 13 Sep 2024 16:48:18 +0100 Subject: [PATCH] PLEASE JUST BUILD --- src/components/player/player-scores.tsx | 1 - src/components/player/player-stats.tsx | 1 - 2 files changed, 2 deletions(-) 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;