fix(ui): tsc build error

main
Fu Diwei 2025-05-15 01:57:00 +08:00
parent 6c6bb78568
commit e55e6cc512
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { useTranslation } from "react-i18next";
import { Alert, Form, type FormInstance, Input } from "antd";
import { Alert, Form, type FormInstance } from "antd";
import { createSchemaFieldRule } from "antd-zod";
import { z } from "zod";