Przeglądaj źródła

去掉冗余代码

nikogu 8 lat temu
rodzic
commit
2b521cb195
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      src/routes/Dashboard/Monitor.js

+ 1 - 2
src/routes/Dashboard/Monitor.js

@@ -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';