mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
chore(Ant Design): Remove unnecessary exports from version 4 (#32544)
This commit is contained in:
@@ -52,15 +52,11 @@ export { Upload } from 'antd';
|
||||
*/
|
||||
export {
|
||||
Breadcrumb as AntdBreadcrumb, // TODO: Make this a real Component
|
||||
Card as AntdCard,
|
||||
Checkbox as AntdCheckbox,
|
||||
Collapse as AntdCollapse,
|
||||
Form as AntdForm,
|
||||
Input as AntdInput,
|
||||
Select as AntdSelect,
|
||||
Slider as AntdSlider,
|
||||
Tabs as AntdTabs,
|
||||
Tooltip as AntdTooltip,
|
||||
} from 'antd';
|
||||
|
||||
// Exported types
|
||||
|
||||
Reference in New Issue
Block a user