feat(division): fix schemas

This commit is contained in:
riefive
2025-09-30 11:37:44 +07:00
parent 18eaef2e37
commit 9e4133b976
10 changed files with 456 additions and 130 deletions
@@ -8,7 +8,7 @@ import Label from '~/components/pub/custom-ui/doc-entry/label.vue'
import Button from '~/components/pub/ui/button/Button.vue'
// Types
import { type BaseFormData } from '~/schemas/base.schema'
import type { BaseFormData } from '~/schemas/base.schema.ts'
// Helpers
import type z from 'zod'