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,5 +1,5 @@
|
||||
import React, { memo } from 'react';
|
||||
import { Skeleton } from 'antd';
|
||||
import { Skeleton } from '@/shared/antd-imports';
|
||||
|
||||
// Lightweight loading component with skeleton animation
|
||||
export const SuspenseFallback = memo(() => {
|
||||
|
||||
Reference in New Issue
Block a user