feat: create ContentsFormPage for content creation and update related imports

This commit is contained in:
Ardeman
2025-03-07 11:10:53 +08:00
parent 75e548dc83
commit afebd8b335
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { z } from 'zod'
import { HttpServer } from '~/libs/http-server'
import type { TContentSchema } from '~/pages/contents-create'
import type { TContentSchema } from '~/pages/contents-form'
const newsResponseSchema = z.object({
data: z.object({