Commit 293e55a1 authored by 陈帅's avatar 陈帅

fix lint error

parent 128c8ea2
...@@ -6,7 +6,6 @@ import { Card, Row, Col, Icon, Avatar, Tag, Divider, Spin, Input } from 'antd'; ...@@ -6,7 +6,6 @@ import { Card, Row, Col, Icon, Avatar, Tag, Divider, Spin, Input } from 'antd';
import GridContent from '@/components/PageHeaderWrapper/GridContent'; import GridContent from '@/components/PageHeaderWrapper/GridContent';
import styles from './Center.less'; import styles from './Center.less';
export default
@connect(({ loading, user, project }) => ({ @connect(({ loading, user, project }) => ({
listLoading: loading.effects['list/fetch'], listLoading: loading.effects['list/fetch'],
currentUser: user.currentUser, currentUser: user.currentUser,
...@@ -213,3 +212,5 @@ class Center extends PureComponent { ...@@ -213,3 +212,5 @@ class Center extends PureComponent {
); );
} }
} }
export default Center;
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