Skip to content

Commit 7fd8e43

Browse files
committed
refactor: remove unused import
1 parent 6712547 commit 7fd8e43

File tree

1 file changed

+1
-4
lines changed
  • packages/plugin-sui/src/actions

1 file changed

+1
-4
lines changed

packages/plugin-sui/src/actions/swap.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ import { z } from "zod";
1515

1616
import { SuiClient, getFullnodeUrl } from "@mysten/sui/client";
1717
import { SUI_DECIMALS } from "@mysten/sui/utils";
18-
import {
19-
Aftermath,
20-
RouterCompleteTradeRoute as AftermathRouterCompleteTradeRoute,
21-
} from "aftermath-ts-sdk";
18+
import { Aftermath } from "aftermath-ts-sdk";
2219

2320
import { walletProvider } from "../providers/wallet";
2421
import { parseAccount } from "../utils";

0 commit comments

Comments
 (0)