Browse Source

fixed code that increased package size if tree shaking is disabled (#24847)

pull/24853/head
David Sichau 5 years ago
committed by GitHub
parent
commit
af5ff52a27
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/transfer/ListItem.tsx

2
components/transfer/ListItem.tsx

@ -1,6 +1,6 @@
import * as React from 'react';
import classNames from 'classnames';
import { DeleteOutlined } from '@ant-design/icons';
import DeleteOutlined from '@ant-design/icons/DeleteOutlined';
import { TransferItem, TransferLocale } from '.';
import defaultLocale from '../locale/default';
import Checkbox from '../checkbox';

Loading…
Cancel
Save