refactror

This commit is contained in:
2025-08-30 14:03:12 +02:00
parent cf655833b2
commit 8ceb9c7105
23 changed files with 124 additions and 133 deletions

View File

@@ -1,6 +1,6 @@
import { formatNumber } from "@/lib/formatters"
import { getHeadsColor, getPrestigeName, getSkyWarsIcon, getTextColor } from "@/lib/hypixel/skywars"
import { getSkywarsLevel } from "@/lib/hypixel/skyWarsLevel"
import { getSkywarsLevel } from "@/lib/hypixel/skywars/level"
import { getHeadsColor, getPrestigeName, getSkyWarsIcon, getTextColor } from "@/lib/hypixel/skywars/skywars"
import { cn } from "@/lib/utils"
import GenericProgress from "../../_components/GenericProgress"