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, { lazy, Suspense, ComponentType, ReactNode } from 'react';
|
||||
import { Skeleton, Spin } from 'antd';
|
||||
import { Skeleton, Spin } from '@/shared/antd-imports';
|
||||
|
||||
// Enhanced lazy loading with error boundary and retry logic
|
||||
export function createOptimizedLazy<T extends ComponentType<any>>(
|
||||
|
||||
Reference in New Issue
Block a user