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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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'; |
|
|
|