Skip to content

Commit 65a3903

Browse files
committed
delete the event
1 parent 72abaac commit 65a3903

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/views/Index/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React,{Component} from 'react';
2-
import { Layout,Button} from 'antd';
2+
import { Layout} from 'antd';
33
import ContentMain from '../../components/ContentMain';
44
import SiderNav from '../../components/SiderNav';
55
import Avatar from '../Avatar'
@@ -16,7 +16,6 @@ export default class Index extends Component {
1616
</Header>
1717
<Content style={{ margin: '24px 16px 0' }}>
1818
<ContentMain/>
19-
<Button onClick={this.handleClick.bind(this)}></Button>
2019
<Footer style={{ textAlign: 'center'}}>admin system ©2019 Created by Harhao</Footer>
2120
</Content>
2221
</Layout>

0 commit comments

Comments
 (0)