fix imports
All checks were successful
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m10s

This commit is contained in:
Lee 2024-10-20 13:53:30 +01:00
parent d806907604
commit fcb84f820b
2 changed files with 2 additions and 2 deletions

@ -13,7 +13,7 @@ import Link from "next/link";
import { capitalizeFirstLetter } from "@/common/string-utils";
import AddFriend from "@/components/friend/add-friend";
import PlayerSteamProfile from "@/components/player/player-steam-profile";
import { getScoreSaberRole } from "@ssr/common/scoresaber.util";
import { getScoreSaberRole } from "@ssr/common/utils/scoresaber.util";
/**
* Renders the change for a stat.

@ -5,7 +5,7 @@ import ScoreSaberPlayerToken from "@ssr/common/types/token/scoresaber/score-sabe
import ScoreSaberLeaderboardPlayerInfoToken from "@ssr/common/types/token/scoresaber/score-saber-leaderboard-player-info-token";
import ScoreSaberPlayer from "@ssr/common/player/impl/scoresaber-player";
import { clsx } from "clsx";
import { getScoreSaberRole } from "@ssr/common/scoresaber.util";
import { getScoreSaberRole } from "@ssr/common/utils/scoresaber.util";
type TablePlayerProps = {
/**