Commit dd1d11aa authored by 陈龙's avatar 陈龙

feat: 删除未使用图片

parent 48ac1217
......@@ -11,6 +11,7 @@ const headPkgs = [
// 'QuotaSelect',
// 'RealTimeInfo',
// 'TimeRangePicker',
'AlarmScrollAssembly',
];
const pkgList = ['base-components', 'extend-components']
.map((dir) => {
......
......@@ -161,6 +161,7 @@
"jszip": "^3.5.0",
"mqtt-client": "^1.0.12",
"parseForm": "1.0.0",
"react-redux": "^8.0.5",
"sha1": "^1.1.1"
},
"size-limit": [
......
......@@ -2,7 +2,7 @@ import React, { useState, useEffect, useRef } from 'react';
import styles from './index.less';
import PropTypes from 'prop-types';
import { Tag, Tooltip, Modal } from 'antd';
import { RightOutlined, EnvironmentOutlined } from '@ant-design/icons';
import { EnvironmentOutlined } from '@ant-design/icons';
import { monitorService } from './api';
import moment from 'moment';
import classnames from 'classnames';
......
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