refactor: update Ant Design imports to centralized path
- Replaced direct imports from 'antd' with centralized imports from '@/shared/antd-imports' to align with new import rules and improve maintainability.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React, { useEffect, useState, useMemo } from 'react';
|
||||
import { useSelector, useDispatch } from 'react-redux';
|
||||
import { Card, Spin, Empty } from 'antd';
|
||||
import { Card, Spin, Empty } from '@/shared/antd-imports';
|
||||
import {
|
||||
DndContext,
|
||||
DragOverlay,
|
||||
|
||||
Reference in New Issue
Block a user