This commit is contained in:
2025-08-24 13:11:58 +02:00
parent c92bd85f34
commit 2b959a6c99
7 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ import { NonNullStats } from "@/lib/schema/player"
import { ChevronDown, ChevronUp } from "lucide-react"
import { useEffect, useRef, useState } from "react"
import CollapsedStats from "../../_components/CollapsedStats"
import { SkywarsLevel, SkywarsProgress } from "./skywars-components"
import { SkywarsLevel, SkywarsProgress } from "./components"
import SkyWarsGeneralStats from "./stats"
export default function SkyWarsStats({ stats }: { stats: NonNullStats["SkyWars"] }) {