fix(ui): tsc build error

This commit is contained in:
Fu Diwei 2025-05-15 01:57:00 +08:00
parent 6c6bb78568
commit e55e6cc512

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";