refactor(mock): remove lib/mock fixtures and empty stores

This commit is contained in:
zetaloop
2026-03-01 22:26:50 +08:00
parent d4e2c13a03
commit 9e64fb1201
27 changed files with 17 additions and 1941 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
import { generateId } from "@/lib/id"
import { mockServices } from "@/lib/mock"
import type { PlayerService } from "@/lib/types"
import { create } from "zustand"
@@ -11,7 +10,7 @@ interface ServiceState {
}
export const useServiceStore = create<ServiceState>((set) => ({
services: mockServices,
services: [],
createService: (service) =>
set((state) => ({
services: [