We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72abaac commit 65a3903Copy full SHA for 65a3903
1 file changed
src/views/Index/index.js
@@ -1,5 +1,5 @@
1
import React,{Component} from 'react';
2
-import { Layout,Button} from 'antd';
+import { Layout} from 'antd';
3
import ContentMain from '../../components/ContentMain';
4
import SiderNav from '../../components/SiderNav';
5
import Avatar from '../Avatar'
@@ -16,7 +16,6 @@ export default class Index extends Component {
16
</Header>
17
<Content style={{ margin: '24px 16px 0' }}>
18
<ContentMain/>
19
- <Button onClick={this.handleClick.bind(this)}></Button>
20
<Footer style={{ textAlign: 'center'}}>admin system ©2019 Created by Harhao</Footer>
21
</Content>
22
</Layout>
0 commit comments