refactor: rewrite and expand mock data into modular files

This commit is contained in:
zetaloop
2026-02-21 00:24:03 +08:00
parent 44669d5606
commit 7ed7bad975
47 changed files with 1891 additions and 767 deletions
@@ -18,7 +18,7 @@ import {
TableHeader,
TableRow,
} from "@/components/ui/table"
import { mockPlayers } from "@/lib/mock-data"
import { mockPlayers } from "@/lib/mock"
const shopPlayers = mockPlayers.filter((p) => p.shopId === "shop1")