diff --git a/packages/desktop-client/src/components/accounts/Account.tsx b/packages/desktop-client/src/components/accounts/Account.tsx index 25b0504d110..dc5e134ee0d 100644 --- a/packages/desktop-client/src/components/accounts/Account.tsx +++ b/packages/desktop-client/src/components/accounts/Account.tsx @@ -14,9 +14,8 @@ import { t } from 'i18next'; import { v4 as uuidv4 } from 'uuid'; import { unlinkAccount } from 'loot-core/client/accounts/accountsSlice'; -import { syncAndDownload } from 'loot-core/client/actions'; +import { addNotification, syncAndDownload } from 'loot-core/client/actions'; import { - addNotification, openAccountCloseModal, pushModal, replaceModal,