- Replaced the `CreateUpdateIssueModal` import path to point to the new root component.
- Deleted the old `header.tsx` file for project issues and created new header components for work items with and without overview.
- Updated the layout to use the new `ProjectWorkItemsHeader` and `ProjectWorkItemsMobileHeader` components.
- Adjusted the `IssueModalProvider` import path in various settings pages to the new context provider.
- Removed deprecated files related to bulk operations and issue filters in the CE components
- Updated import paths for `ProjectEpicsLayoutRoot`, `TeamspaceLayoutRoot`, and `TeamspaceProjectWorkLayoutRoot` to reflect new directory structure.
- Removed deprecated issue detail components including `AdditionalActivityRoot`, `AdditionalProperties`, `IssueCreator`, `IssueIdentifier`, `IssueTypeActivity`, `IssueTypeSwitcher`, and others.
- Introduced new `ExportModal` and `useQuickActionsFactory` components for enhanced functionality in quick actions.
- Cleaned up unused files related to issue layouts and empty states.