refactor: rewrite and expand mock data into modular files
This commit is contained in:
@@ -6,7 +6,7 @@ import { type DragEvent, useEffect, useState } from "react"
|
||||
import { Button } from "@/components/ui/button"
|
||||
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"
|
||||
import { Switch } from "@/components/ui/switch"
|
||||
import { mockShops } from "@/lib/mock-data"
|
||||
import { mockShops } from "@/lib/mock"
|
||||
import type { ShopSection } from "@/lib/types"
|
||||
|
||||
const sectionLabels: Record<ShopSection["type"], string> = {
|
||||
|
||||
Reference in New Issue
Block a user