From 329556b56de29408c5e299a3d1b094dfcf6a9774 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 15:15:19 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- packages/desktop-client/src/components/FinancesApp.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/desktop-client/src/components/FinancesApp.tsx b/packages/desktop-client/src/components/FinancesApp.tsx index 0344f5a8a9..f7343abc20 100644 --- a/packages/desktop-client/src/components/FinancesApp.tsx +++ b/packages/desktop-client/src/components/FinancesApp.tsx @@ -32,6 +32,7 @@ import { accountQueries } from '@desktop-client/accounts'; import { getLatestAppVersion, sync } from '@desktop-client/app/appSlice'; import { ProtectedRoute } from '@desktop-client/auth/ProtectedRoute'; import { Permissions } from '@desktop-client/auth/types'; +import { useAccounts } from '@desktop-client/hooks/useAccounts'; import { useGlobalPref } from '@desktop-client/hooks/useGlobalPref'; import { useLocalPref } from '@desktop-client/hooks/useLocalPref'; import { useMetaThemeColor } from '@desktop-client/hooks/useMetaThemeColor'; @@ -41,7 +42,6 @@ import { addNotification } from '@desktop-client/notifications/notificationsSlic import { prefQueries } from '@desktop-client/prefs'; import { useDispatch, useSelector } from '@desktop-client/redux'; import { CustomThemeStyle } from '@desktop-client/style'; -import { useAccounts } from '@desktop-client/hooks/useAccounts'; function NarrowNotSupported({ redirectTo = '/budget',