refactor: update code to use centralized Ant Design imports
- Replaced direct import of '@ant-design/icons' with centralized import from '@/shared/antd-imports'
This commit is contained in:
@@ -4,7 +4,7 @@ import { SortableContext, verticalListSortingStrategy } from '@dnd-kit/sortable'
|
||||
import { useSelector, useDispatch } from 'react-redux';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import { Empty, Button, Input } from '@/shared/antd-imports';
|
||||
import { RightOutlined, DownOutlined } from '@ant-design/icons';
|
||||
import { RightOutlined, DownOutlined } from '@/shared/antd-imports';
|
||||
import {
|
||||
taskManagementSelectors,
|
||||
toggleTaskExpansion,
|
||||
|
||||
Reference in New Issue
Block a user