Skip to content

Commit

Permalink
fix: import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
semeano committed Jan 2, 2025
1 parent 419c7b5 commit 9f237ef
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { CurrenciesData, DatasetTest } from "@ledgerhq/types-live";
import BigNumber from "bignumber.js";
import { testBridge } from "../../../__tests__/test-helpers/bridge";
import "../../../__tests__/test-helpers/setup";
import { fromTransactionRaw } from "../transaction";
import { Transaction } from "../types";
import { testBridge } from "../../__tests__/test-helpers/bridge";
import "../../__tests__/test-helpers/setup";
import { fromTransactionRaw } from "./transaction";
import { Transaction } from "./types";

const aptos: CurrenciesData<Transaction> = {
scanAccounts: [
Expand Down

0 comments on commit 9f237ef

Please sign in to comment.