refactor: rewrite and expand mock data into modular files
This commit is contained in:
@@ -7,7 +7,7 @@ import { Button } from "@/components/ui/button"
|
||||
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"
|
||||
import { Progress } from "@/components/ui/progress"
|
||||
import { statusLabels } from "@/lib/constants"
|
||||
import { mockOrders, mockPlayers, mockServices, mockShops } from "@/lib/mock-data"
|
||||
import { mockOrders, mockPlayers, mockServices, mockShops } from "@/lib/mock"
|
||||
import { useAuthStore } from "@/store/auth"
|
||||
|
||||
export default function DashboardPage() {
|
||||
|
||||
Reference in New Issue
Block a user