Space
This commit is contained in:
@@ -2,6 +2,7 @@ import { formatNumber } from "@/lib/formatters"
|
||||
import { getProgress } from "@/lib/hypixel/general"
|
||||
import { getPrestigeColor, getXpForPrestige } from "@/lib/hypixel/pit/general"
|
||||
import GenericProgress from "../../_components/GenericProgress"
|
||||
|
||||
export default function PitProgress({ prestige, xp }: { prestige: number, xp: number }) {
|
||||
const presColor = getPrestigeColor(prestige)
|
||||
const currentXp = getXpForPrestige(prestige)
|
||||
|
||||
Reference in New Issue
Block a user