refactor: rewrite and expand mock data into modular files
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user