Skip to content

Commit b7bfd69

Browse files
committed
fix: fix lint
1 parent 99d663a commit b7bfd69

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

apps/web-tdesign/src/adapter/form.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
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

711
async function initSetupVbenForm() {
812
setupVbenForm<ComponentType>({

apps/web-tdesign/vite.config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { defineConfig } from "@vben/vite-config";
1+
import { defineConfig } from '@vben/vite-config';
22

33
export default defineConfig(async () => {
44
return {

0 commit comments

Comments
 (0)