Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Commit 647933e

Browse files
authored
Update Dashboard.tsx
1 parent aa7d9fb commit 647933e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/pages/Dashboard/Dashboard.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Card, Col, Icon, Row, Skeleton, Statistic, Upload } from 'antd';
1+
import { Card, Col, Icon, Row, Skeleton, Statistic } from 'antd';
22
import { connect } from 'dva';
33
import React, { Component } from 'react';
44

@@ -69,9 +69,6 @@ class Dashboard extends Component<DvaProps> {
6969
</Skeleton>
7070
</Col>
7171
</Row>
72-
<Row style={{marginTop: 16}}>
73-
<Upload.Dragger>This is Dragger component test</Upload.Dragger>
74-
</Row>
7572
</div>
7673
);
7774
}

0 commit comments

Comments
 (0)