fix imports
All checks were successful
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m10s
All checks were successful
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m10s
This commit is contained in:
parent
d806907604
commit
fcb84f820b
@ -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 = {
|
||||
/**
|
||||
|
Reference in New Issue
Block a user