Updated wool games stats

This commit is contained in:
2025-09-12 12:42:20 +02:00
parent 66277a90dc
commit 2e32e72852
4 changed files with 34 additions and 9 deletions

View File

@@ -47,7 +47,6 @@ export default function WoolGamesStats({ stats }: { stats: NonNullStats["WoolGam
<WoolGamesSheepWars sw={stats.sheep_wars} />
<Separator className="my-4" />
<WoolGamesWoolWars ww={stats.wool_wars} />
<Separator className="my-4" />
<WoolGamesStatTable stats={stats} />
<Separator className="my-4" />
</GeneralStats>