diff --git a/packages/desktop-client/src/components/Modals.tsx b/packages/desktop-client/src/components/Modals.tsx
index b9ad64e7c16..646e6fa151f 100644
--- a/packages/desktop-client/src/components/Modals.tsx
+++ b/packages/desktop-client/src/components/Modals.tsx
@@ -126,7 +126,7 @@ export function Modals() {
return (
@@ -189,7 +189,7 @@ export function Modals() {
return (
);
diff --git a/packages/desktop-client/src/components/modals/LoadBackupModal.tsx b/packages/desktop-client/src/components/modals/LoadBackupModal.tsx
index 88317e6f507..ed8a73bbcfa 100644
--- a/packages/desktop-client/src/components/modals/LoadBackupModal.tsx
+++ b/packages/desktop-client/src/components/modals/LoadBackupModal.tsx
@@ -4,7 +4,7 @@ import { useTranslation } from 'react-i18next';
import { loadBackup, makeBackup } from 'loot-core/client/actions';
import { type Modal as ModalType } from 'loot-core/client/modals/modalsSlice';
import { type Backup } from 'loot-core/server/backups';
-import { send, listen, unlisten } from 'loot-core/src/platform/client/fetch';
+import { send, listen } from 'loot-core/src/platform/client/fetch';
import { useMetadataPref } from '../../hooks/useMetadataPref';
import { useDispatch } from '../../redux';
diff --git a/upcoming-release-notes/4119.md b/upcoming-release-notes/4119.md
new file mode 100644
index 00000000000..0db924a0355
--- /dev/null
+++ b/upcoming-release-notes/4119.md
@@ -0,0 +1,6 @@
+---
+category: Maintenance
+authors: [joel-jeremy]
+---
+
+Phase 2 - Redux Toolkit Migration - modals slice