refactor: rewrite and expand mock data into modular files
This commit is contained in:
@@ -14,7 +14,7 @@ import {
|
||||
SelectValue,
|
||||
} from "@/components/ui/select"
|
||||
import { Switch } from "@/components/ui/switch"
|
||||
import { mockShops } from "@/lib/mock-data"
|
||||
import { mockShops } from "@/lib/mock"
|
||||
import type { Shop } from "@/lib/types"
|
||||
|
||||
export default function ShopRulesPage() {
|
||||
|
||||
Reference in New Issue
Block a user