Update to named import

This commit is contained in:
2025-09-21 21:56:58 +02:00
parent de734f4a21
commit 08e34de7ca
21 changed files with 21 additions and 21 deletions

View File

@@ -3,7 +3,7 @@ import { formatNumber } from "@/lib/formatters"
import { getWoolGamesLevel, getWoolGamesPrestige, getWoolGamesPretigeIcon } from "@/lib/hypixel/woolgames/general"
import { NonNullStats } from "@/lib/schema/player"
import Multicolored from "../../_components/Multicolored"
import GeneralStats from "../stats-components"
import { GeneralStats } from "../stats-components"
import { WoolGamesCaptureTheWool, WoolGamesSheepWars, WoolGamesWoolWars } from "./modes"
import WoolGamesProgress from "./progress"
import WoolGamesGeneralStats from "./stats"