[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-02-18 15:15:19 +00:00
committed by GitHub
parent 635ae01ea4
commit 329556b56d

View File

@@ -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',