Merge branch 'feature/slicing'
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user