Files
worklenz/worklenz-frontend/src/components/common/invite-team-members-modal/index.ts
chamikaJ 95aa2ef8ee 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.
2025-07-23 17:20:42 +05:30

1 line
51 B
TypeScript

export { default } from './InviteTeamMembersModal';