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:
chamikaJ
2025-07-23 17:20:42 +05:30
parent e3443eedfb
commit 95aa2ef8ee
17 changed files with 379 additions and 147 deletions

View File

@@ -0,0 +1 @@
export { default } from './InviteTeamMembersModal';