feat: refactor import paths for content and category schemas to improve clarity and organization
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { z } from 'zod'
|
||||
|
||||
import { HttpServer } from '~/libs/http-server'
|
||||
import type { TCategorySchema } from '~/pages/dashboard-category-create'
|
||||
import type { TCategorySchema } from '~/pages/form-category'
|
||||
|
||||
const categoryResponseSchema = z.object({
|
||||
data: z.object({
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { z } from 'zod'
|
||||
|
||||
import { HttpServer } from '~/libs/http-server'
|
||||
import type { TContentSchema } from '~/pages/contents-form'
|
||||
import type { TContentSchema } from '~/pages/form-contents'
|
||||
|
||||
const newsResponseSchema = z.object({
|
||||
data: z.object({
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { z } from 'zod'
|
||||
|
||||
import { HttpServer } from '~/libs/http-server'
|
||||
import type { TContentSchema } from '~/pages/contents-form'
|
||||
import type { TContentSchema } from '~/pages/form-contents'
|
||||
|
||||
const newsResponseSchema = z.object({
|
||||
data: z.object({
|
||||
|
||||
Reference in New Issue
Block a user