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
+14
View File
@@ -0,0 +1,14 @@
export { mockChatMessages, mockChatSessions } from "./chat"
export { mockComments } from "./comments"
export { mockDisputes } from "./disputes"
export { mockFavorites } from "./favorites"
export { mockGames } from "./games"
export { mockNotifications } from "./notifications"
export { mockOrders } from "./orders"
export { mockPlayers } from "./players"
export { mockPosts } from "./posts"
export { mockReviews } from "./reviews"
export { mockServices } from "./services"
export { mockShops } from "./shops"
export { mockTransactions, walletBalance } from "./transactions"
export { currentUser, mockUsers } from "./users"