Commit aae53d86 authored by 秦文海's avatar 秦文海

chore: 测试包

parent 44280c10
......@@ -3,6 +3,7 @@ import classNames from 'classnames';
import { ConfigProvider } from 'antd';
import { Header } from './header';
import { LeftList } from './leftList';
import _ from 'lodash';
import './index.less';
const TipTool = (props) => {
......
......@@ -4,7 +4,6 @@ import { TableContent } from '../tableContent';
import { Tabs, ConfigProvider } from 'antd';
import classNames from 'classnames';
import React, { useContext } from 'react';
import _ from 'lodash';
const { TabPane } = Tabs;
const LeftList = (props) => {
const { getPrefixCls } = useContext(ConfigProvider.ConfigContext);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment