Commit 86107778b44782b8671368db83e443927ad5a1e7

Authored by 王强
1 parent c9a263f8

fix

Showing 1 changed file with 1 additions and 1 deletions
index.tsx
1 1 import React from "react";
2   -import { ConfigProvider } from "antd";
  2 +import { Card, ConfigProvider } from 'antd';
3 3 import zhCN from "antd/lib/locale-provider/zh_CN";
4 4 import { PageHeaderWrapper } from "@ant-design/pro-layout";
5 5 import { createStore } from "@/hooks/moz";
... ...