e
All checks were successful
deploy / deploy (push) Successful in 1m0s

This commit is contained in:
Lee
2023-10-29 13:33:06 +00:00
parent bef899d21e
commit 20633c42eb
4 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ import { ScoreSaberAPI } from "@/utils/scoresaber/api";
import Image from "next/image";
import { ScoresaberScore } from "@/schemas/scoresaber/score";
import { formatNumber } from "@/utils/number";
import { formatNumber } from "@/utils/numberUtils";
import { scoresaberDifficultyNumberToName } from "@/utils/songUtils";
import { StarIcon } from "@heroicons/react/20/solid";
import Link from "next/link";