Skip to content

Commit

Permalink
Cleanup import
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellmattryan committed Sep 6, 2023
1 parent 0454b55 commit 5c3fee0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {}
Expand Down

0 comments on commit 5c3fee0

Please sign in to comment.