refactor: centralize Ant Design imports and remove unused components
- Replaced direct imports from 'antd' with centralized imports from '@/shared/antd-imports' across multiple components for improved maintainability. - Removed the TawkTo component as it is no longer needed. - Updated the CustomAvatar and various other components to utilize the new import structure, enhancing code clarity and consistency. - Introduced the InviteTeamMembersModal component, streamlining the invitation process for team members.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export { default } from './InviteTeamMembersModal';
|
||||
Reference in New Issue
Block a user