Skip to content

Commit 2a5e91e

Browse files
committed
fix(docs): lint example
1 parent e4721da commit 2a5e91e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/developer-hub-javascript/bridgeViaSmartAccount.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ import type { Payment } from "xrpl";
1212
import { FXRPCollateralReservationInstruction } from "@flarenetwork/smart-accounts-encoder";
1313
import { getAssetManagerFXRP } from "../utils/getters";
1414
import { sleep } from "../utils/core";
15-
import type { IAssetManagerInstance, IERC20Instance } from "../../typechain-types";
15+
import type {
16+
IAssetManagerInstance,
17+
IERC20Instance,
18+
} from "../../typechain-types";
1619
import * as fs from "fs";
1720
import * as path from "path";
1821

0 commit comments

Comments
 (0)