Skip to content

Commit

Permalink
fix: remove unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
jccguimaraes committed Dec 27, 2024
1 parent 6dbe405 commit a6f78da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import type { Device } from "@ledgerhq/live-common/hw/actions/types";
import type { Operation } from "@ledgerhq/types-live";
import type { Transaction, TransactionStatus } from "@ledgerhq/live-common/generated/types";
import type { Transaction as EvmTransaction, GasOptions } from "@ledgerhq/coin-evm/types/index";
import type { Transaction as AptosTransaction } from "@ledgerhq/live-common/families/aptos/types";
import type { TransactionBroadcastError } from "@ledgerhq/live-common/errors/transactionBroadcastErrors";
import type {
CardanoAccount,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Transaction, TransactionStatus } from "@ledgerhq/live-common/generated/types";
import type { Transaction as EvmTransaction, GasOptions } from "@ledgerhq/coin-evm/types/index";
import type { Transaction as AptosTransaction } from "@ledgerhq/live-common/families/aptos/types";
import type {
CardanoAccount,
Transaction as CardanoTransaction,
Expand Down

0 comments on commit a6f78da

Please sign in to comment.