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

This commit is contained in:
David Sichau 2020-06-08 16:11:25 +02:00 committed by GitHub
parent b2f3596f7d
commit af5ff52a27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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';