mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-22 04:09:58 +00:00
fix: tsc build error
This commit is contained in:
parent
769b24aa88
commit
0434f95a1e
@ -8,21 +8,7 @@ import {
|
|||||||
RightOutlined as RightOutlinedIcon,
|
RightOutlined as RightOutlinedIcon,
|
||||||
} from "@ant-design/icons";
|
} from "@ant-design/icons";
|
||||||
import { useControllableValue } from "ahooks";
|
import { useControllableValue } from "ahooks";
|
||||||
import {
|
import { AutoComplete, Button, Divider, Flex, Form, type FormInstance, Input, InputNumber, Select, Switch, Tooltip, Typography } from "antd";
|
||||||
AutoComplete,
|
|
||||||
type AutoCompleteProps,
|
|
||||||
Button,
|
|
||||||
Divider,
|
|
||||||
Flex,
|
|
||||||
Form,
|
|
||||||
type FormInstance,
|
|
||||||
Input,
|
|
||||||
InputNumber,
|
|
||||||
Select,
|
|
||||||
Switch,
|
|
||||||
Tooltip,
|
|
||||||
Typography,
|
|
||||||
} from "antd";
|
|
||||||
import { createSchemaFieldRule } from "antd-zod";
|
import { createSchemaFieldRule } from "antd-zod";
|
||||||
import { z } from "zod";
|
import { z } from "zod";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user