Renamed files

This commit is contained in:
2025-09-26 14:15:51 +02:00
parent 38f196bd9a
commit 765fb5de4d
42 changed files with 38 additions and 38 deletions

View File

@@ -1,7 +1,7 @@
import { formatNumber } from "@/lib/formatters"
import { devide } from "@/lib/hypixel/general"
import { NonNullStats } from "@/lib/schema/player"
import { BasicStat } from "../../_components/Stats"
import { BasicStat } from "../../_components/stats"
export default function SmashHerosGeneralStats({ stats }: { stats: NonNullable<NonNullStats["SmashHeros"]> }) {
const kd = formatNumber(devide(stats.kills, stats.deaths))