feat: implement category creation and update pages with routing adjustments

This commit is contained in:
fredy.siswanto
2025-03-07 13:07:28 +07:00
parent df41e4050c
commit 80711e744b
8 changed files with 62 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({