fix imports
Some checks failed
Deploy / deploy (push) Failing after 32s

This commit is contained in:
Lee 2024-09-30 23:06:33 +01:00
parent be89f6ba71
commit b71b5d5ff2
2 changed files with 0 additions and 2 deletions

@ -1,7 +1,6 @@
import ScoreSaberLeaderboardToken from "@/common/model/token/scoresaber/score-saber-leaderboard-token";
import ScoreSaberScoreToken from "@/common/model/token/scoresaber/score-saber-score-token";
import { formatNumberWithCommas } from "@/common/number-utils";
import StatValue from "@/components/stat-value";
import { XMarkIcon } from "@heroicons/react/24/solid";
import clsx from "clsx";
import { getScoreBadgeFromAccuracy } from "@/common/song-utils";

@ -2,7 +2,6 @@ import ScoreSaberLeaderboardToken from "@/common/model/token/scoresaber/score-sa
import ScoreSaberScoreToken from "@/common/model/token/scoresaber/score-saber-score-token";
import { formatNumberWithCommas, formatPp } from "@/common/number-utils";
import { getScoreBadgeFromAccuracy } from "@/common/song-utils";
import StatValue from "@/components/stat-value";
import { XMarkIcon } from "@heroicons/react/24/solid";
import clsx from "clsx";
import Tooltip from "@/components/tooltip";