diff --git a/index.tsx b/index.tsx index 24f1519..cdc9f43 100644 --- a/index.tsx +++ b/index.tsx @@ -1,5 +1,5 @@ import React from "react"; -import { ConfigProvider } from "antd"; +import { Card, ConfigProvider } from 'antd'; import zhCN from "antd/lib/locale-provider/zh_CN"; import { PageHeaderWrapper } from "@ant-design/pro-layout"; import { createStore } from "@/hooks/moz";