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:
@@ -1,4 +1,4 @@
|
||||
import { RightOutlined } from '@ant-design/icons';
|
||||
import { RightOutlined } from '@/shared/antd-imports';
|
||||
import { ConfigProvider, Flex, Menu, MenuProps } from '@/shared/antd-imports';
|
||||
import React from 'react';
|
||||
import { Link, useLocation } from 'react-router-dom';
|
||||
|
||||
Reference in New Issue
Block a user