fix: tsc build error

This commit is contained in:
Fu Diwei 2025-06-15 20:51:40 +08:00
parent 769b24aa88
commit 0434f95a1e

View File

@ -8,21 +8,7 @@ import {
RightOutlined as RightOutlinedIcon,
} from "@ant-design/icons";
import { useControllableValue } from "ahooks";
import {
AutoComplete,
type AutoCompleteProps,
Button,
Divider,
Flex,
Form,
type FormInstance,
Input,
InputNumber,
Select,
Switch,
Tooltip,
Typography,
} from "antd";
import { AutoComplete, Button, Divider, Flex, Form, type FormInstance, Input, InputNumber, Select, Switch, Tooltip, Typography } from "antd";
import { createSchemaFieldRule } from "antd-zod";
import { z } from "zod";