Added card for cops and crims
This commit is contained in:
@@ -12,6 +12,7 @@ import { Suspense } from "react"
|
||||
import Sidebar from "./_components/Sidebar"
|
||||
import BedwarsStats from "./_stats/bedwars/bedwars"
|
||||
import BuildBattleStats from "./_stats/build-battle/build-battle"
|
||||
import CopsAndCrimsStats from "./_stats/copsandcrims/copsandcrims"
|
||||
import DuelsStats from "./_stats/duels/duels"
|
||||
import MegaWallsStats from "./_stats/megawalls/megawalls"
|
||||
import MurderMysteryStats from "./_stats/murder-mystery/murder-mystery"
|
||||
@@ -122,6 +123,7 @@ async function SuspendedPage({ ign: pign }: { ign: string }) {
|
||||
<PitStats stats={player.stats.Pit} />
|
||||
<TNTGamesStats stats={player.stats.TNTGames} />
|
||||
<MegaWallsStats stats={player.stats.MegaWalls} />
|
||||
<CopsAndCrimsStats stats={player.stats.CopsAndCrims} />
|
||||
</Accordion>
|
||||
</div>
|
||||
) :
|
||||
|
||||
Reference in New Issue
Block a user