refactor: rewrite and expand mock data into modular files
This commit is contained in:
@@ -12,7 +12,7 @@ import {
|
||||
TableRow,
|
||||
} from "@/components/ui/table"
|
||||
import { statusLabels } from "@/lib/constants"
|
||||
import { mockOrders } from "@/lib/mock-data"
|
||||
import { mockOrders } from "@/lib/mock"
|
||||
|
||||
export default function ShopOrdersPage() {
|
||||
const totalOrders = mockOrders.length
|
||||
|
||||
Reference in New Issue
Block a user