Merge branch 'feature/slicing'

This commit is contained in:
Ardeman
2025-03-07 14:46:05 +08:00
9 changed files with 145 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { z } from 'zod'
import { HttpServer } from '~/libs/http-server'
import type { TCategorySchema } from '~/pages/category-create'
import type { TCategorySchema } from '~/pages/dashboard-category-create'
const categoryResponseSchema = z.object({
data: z.object({