From 5c3fee048274dfeaa8ed494db60516998004e7a9 Mon Sep 17 00:00:00 2001 From: Matthew Maxwell Date: Wed, 6 Sep 2023 16:12:01 -0500 Subject: [PATCH] Cleanup import --- .../components/popups/EnableLedgerBlindSigningPopup.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/desktop/components/popups/EnableLedgerBlindSigningPopup.svelte b/packages/desktop/components/popups/EnableLedgerBlindSigningPopup.svelte index 75e2b58b44..cc89788200 100644 --- a/packages/desktop/components/popups/EnableLedgerBlindSigningPopup.svelte +++ b/packages/desktop/components/popups/EnableLedgerBlindSigningPopup.svelte @@ -4,7 +4,7 @@ import { LedgerAppName, ledgerDeviceState } from '@core/ledger' import { closePopup } from '@desktop/auxiliary/popup' import { Text, TextType } from '@ui' - import { UiEventFunction } from 'shared/src/lib/core/utils' + import { UiEventFunction } from '@core/utils' export let appName: LedgerAppName export let onEnabled: UiEventFunction = () => {}