- 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.
1 line
51 B
TypeScript
1 line
51 B
TypeScript
export { default } from './InviteTeamMembersModal'; |