expand sub tasks
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* Centralized Ant Design imports for better tree-shaking and React context sharing
|
||||
*
|
||||
*
|
||||
* This file provides:
|
||||
* - Consistent imports across the application
|
||||
* - Better tree-shaking through centralized management
|
||||
@@ -49,7 +49,7 @@ import {
|
||||
Drawer,
|
||||
message,
|
||||
notification,
|
||||
theme
|
||||
theme,
|
||||
} from 'antd';
|
||||
|
||||
// Icons - Import commonly used ones
|
||||
@@ -140,7 +140,7 @@ export {
|
||||
Drawer,
|
||||
message,
|
||||
notification,
|
||||
theme
|
||||
theme,
|
||||
};
|
||||
|
||||
// TypeScript Types - Import commonly used ones
|
||||
@@ -160,7 +160,7 @@ export type {
|
||||
FlexProps,
|
||||
TabsProps,
|
||||
TableProps,
|
||||
TableColumnsType
|
||||
TableColumnsType,
|
||||
} from 'antd';
|
||||
|
||||
// Dayjs
|
||||
|
||||
Reference in New Issue
Block a user