Skip to content

Commit

Permalink
chore: prettier all code
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Jun 9, 2022
1 parent 7357e50 commit 064757f
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion tsExample/src/components/GlobalHeader/NoticeIconView.tsx
Expand Up @@ -5,7 +5,7 @@ import { message, Tag } from 'antd';
import { connect } from 'dva';
import groupBy from 'lodash/groupBy';
import moment from 'moment';
import React, { Component } from 'react';
import { Component } from 'react';
import NoticeIcon from '../NoticeIcon';
import styles from './index.less';

Expand Down
1 change: 0 additions & 1 deletion tsExample/src/global.jsx
@@ -1,5 +1,4 @@
import { Button, message, notification } from 'antd';
import React from 'react';
import { formatMessage } from 'umi';
import defaultSettings from '../config/defaultSettings';

Expand Down
@@ -1,7 +1,6 @@
import { InfoCircleOutlined } from '@ant-design/icons';
import { Col, Row, Tooltip } from 'antd';
import numeral from 'numeral';
import React from 'react';
import { FormattedMessage } from 'umi';
import type { VisitDataType } from '../data.d';
import styles from '../style.less';
Expand Down
@@ -1,5 +1,4 @@
import { Card, Col, Row, Tabs } from 'antd';
import React from 'react';
import { formatMessage, FormattedMessage } from 'umi';
import type { OfflineChartData, OfflineDataType } from '../data.d';
import styles from '../style.less';
Expand Down
@@ -1,5 +1,4 @@
import { Spin } from 'antd';
import React from 'react';

// loading components from code split
// https://umijs.org/plugin/umi-plugin-react.html#dynamicimport
Expand Down
@@ -1,6 +1,5 @@
import { Card, Col, DatePicker, Row, Tabs } from 'antd';
import numeral from 'numeral';
import React from 'react';
import { formatMessage, FormattedMessage } from 'umi';
import type { VisitDataType } from '../data.d';
import styles from '../style.less';
Expand Down
2 changes: 1 addition & 1 deletion tsExample/src/pages/FormAdvancedForm/index.tsx
Expand Up @@ -5,7 +5,7 @@ import { CloseCircleOutlined } from '@ant-design/icons';
import { PageHeaderWrapper } from '@ant-design/pro-layout';
import { Button, Card, Col, DatePicker, Input, Popover, Row, Select, TimePicker } from 'antd';
import { connect } from 'dva';
import React, { Component } from 'react';
import { Component } from 'react';
import type { Dispatch } from 'redux';
import FooterToolbar from './components/FooterToolbar';
import TableForm from './components/TableForm';
Expand Down
1 change: 0 additions & 1 deletion tsExample/src/pages/user/login/components/Login/map.tsx
@@ -1,5 +1,4 @@
import { LockTwoTone, MailTwoTone, MobileTwoTone, UserOutlined } from '@ant-design/icons';
import React from 'react';
import styles from './index.less';

export default {
Expand Down

0 comments on commit 064757f

Please sign in to comment.