refactor: rewrite and expand mock data into modular files
This commit is contained in:
@@ -7,7 +7,7 @@ import { Input } from "@/components/ui/input"
|
||||
import { Label } from "@/components/ui/label"
|
||||
import { Separator } from "@/components/ui/separator"
|
||||
import { Textarea } from "@/components/ui/textarea"
|
||||
import { mockShops } from "@/lib/mock-data"
|
||||
import { mockShops } from "@/lib/mock"
|
||||
|
||||
export default function ShopManagementPage() {
|
||||
const shop = mockShops[0]
|
||||
|
||||
Reference in New Issue
Block a user