Renamed components

This commit is contained in:
2025-09-12 12:11:19 +02:00
parent c686be44e6
commit 66277a90dc
9 changed files with 54 additions and 16 deletions

View File

@@ -6,7 +6,7 @@ import { NonNullStats } from "@/lib/schema/player"
import { GenericProgressNoTooltip } from "../../_components/GenericProgress"
import { BasicStat } from "../../_components/Stats"
export default function TNTWizardsStats({ stats }: { stats: NonNullable<NonNullStats["TNTGames"]> }) {
export default function TNTGamesWizardsStats({ stats }: { stats: NonNullable<NonNullStats["TNTGames"]> }) {
return (
<div className="space-y-4">
<h2 className="text-xl font-bold">TNT Wizards</h2>