Commit 0de55883 authored by nikogu's avatar nikogu

去掉冗余代码

parent 75684f6a
...@@ -3,12 +3,11 @@ import { connect } from 'dva'; ...@@ -3,12 +3,11 @@ import { connect } from 'dva';
import { Row, Col, Card } from 'antd'; import { Row, Col, Card } from 'antd';
import numeral from 'numeral'; import numeral from 'numeral';
import { NumberInfo, MiniArea, Pie, WaterWave, Gauge } from '../../components/Charts'; import { NumberInfo, Pie, WaterWave, Gauge } from '../../components/Charts';
import MapChart from '../../components/MapChart'; import MapChart from '../../components/MapChart';
import TagCloud from '../../components/TagCloud'; import TagCloud from '../../components/TagCloud';
import Countdown from '../../components/Countdown'; import Countdown from '../../components/Countdown';
import ActiveChart from '../../components/ActiveChart'; import ActiveChart from '../../components/ActiveChart';
import { fixedZero } from '../../utils/utils';
import styles from './Monitor.less'; import styles from './Monitor.less';
......
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