Narrow startup common ui imports

This commit is contained in:
2026-06-09 14:12:33 +08:00
parent 5519786fa7
commit ed63f43839
5 changed files with 14 additions and 11 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
import type {
VbenFormSchema as FormSchema,
VbenFormProps,
} from '@vben/common-ui';
} from '@vben-core/form-ui';
import type { ComponentType } from './component';
import { setupVbenForm, useVbenForm as useForm, z } from '@vben/common-ui';
import { setupVbenForm, useVbenForm as useForm, z } from '@vben-core/form-ui';
import { $t } from '@vben/locales';
async function initSetupVbenForm() {