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 { getCopsAndCrimsScoreColor } from "@/lib/hypixel/copsandcrims/general"
import { devide } from "@/lib/hypixel/general"
import { NonNullStats } from "@/lib/schema/player"
import GeneralStats from "../stats-components"
import { GeneralStats } from "../stats-components"
import CopsAndCrimsGeneralStats from "./stats"
import CopsAndCrimsStatTable from "./table"
import CopsAndCrimsWeaponStats from "./weapons"