dev: hotfix, build error on importing form

This commit is contained in:
2025-09-29 10:16:23 +07:00
parent 97d36f1279
commit 001dffaacb
13 changed files with 22 additions and 12 deletions

No files matched your search

@@ -4,6 +4,7 @@ import { useUrlSearchParams } from '@vueuse/core'
import Header from '~/components/pub/custom-ui/nav-header/header.vue'
import { actions, headerPrep, refSearchNav, service, summaryData, tabs } from './const'
import { defaultQuery, querySchema, tabSwitcher } from './schema.query'
import { Form } from '~/components/pub/ui/form'
// State management
const data = ref([])