File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1- import type { VbenFormProps , VbenFormSchema as FormSchema } from "@vben/common-ui" ;
2- import { setupVbenForm , useVbenForm as useForm , z } from "@vben/common-ui" ;
1+ import type {
2+ VbenFormSchema as FormSchema ,
3+ VbenFormProps ,
4+ } from '@vben/common-ui' ;
35
4- import type { ComponentType } from "./component" ;
5- import { $t } from "@vben/locales" ;
6+ import type { ComponentType } from './component' ;
7+
8+ import { setupVbenForm , useVbenForm as useForm , z } from '@vben/common-ui' ;
9+ import { $t } from '@vben/locales' ;
610
711async function initSetupVbenForm ( ) {
812 setupVbenForm < ComponentType > ( {
Original file line number Diff line number Diff line change 1- import { defineConfig } from " @vben/vite-config" ;
1+ import { defineConfig } from ' @vben/vite-config' ;
22
33export default defineConfig ( async ( ) => {
44 return {
You can’t perform that action at this time.
0 commit comments