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:
@@ -6,7 +6,7 @@ import {
|
||||
fetchMemberProjects,
|
||||
toggleScheduleDrawer,
|
||||
} from '../../../features/schedule/scheduleSlice';
|
||||
import { CaretDownOutlined, CaretRightFilled } from '@ant-design/icons';
|
||||
import { CaretDownOutlined, CaretRightFilled } from '@/shared/antd-imports';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import { useAppDispatch } from '@/hooks/useAppDispatch';
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ import { getWorking, toggleScheduleDrawer } from '../../../features/schedule/sch
|
||||
import ProjectTimelineModal from '../../../features/schedule/ProjectTimelineModal';
|
||||
import { Resizable } from 're-resizable';
|
||||
import { themeWiseColor } from '../../../utils/themeWiseColor';
|
||||
import { MoreOutlined } from '@ant-design/icons';
|
||||
import { MoreOutlined } from '@/shared/antd-imports';
|
||||
import { CELL_WIDTH } from '../../../shared/constants';
|
||||
import { ScheduleData } from '@/types/schedule/schedule-v2.types';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user