Refactor
This commit is contained in:
@@ -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"] }) {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { formatNumber } from "@/lib/formatters"
|
||||
import { NonNullStats } from "@/lib/schema/player"
|
||||
import { BasicStat, Stat } from "../../_components/Stats"
|
||||
import { SkywarsPrestige } from "./skywars-components"
|
||||
import { SkywarsPrestige } from "./components"
|
||||
|
||||
export default function SkyWarsGeneralStats({
|
||||
statsChecked,
|
||||
|
||||
Reference in New Issue
Block a user