Skip to content

Commit 3fdfce3

Browse files
committed
style: reorder imports
1 parent 847ea9c commit 3fdfce3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

marketplace/SafeBuyFractionalStrategy.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import { Currency, Taker } from "@hypercerts-org/marketplace-sdk";
22
import { zeroAddress } from "viem";
33

4-
import { SUPPORTED_CHAINS } from "@/configs/constants";
54
import { decodeContractError } from "@/lib/decodeContractError";
6-
75
import { ExtraContent } from "@/components/global/extra-content";
6+
import { SUPPORTED_CHAINS } from "@/configs/constants";
7+
88
import { BuyFractionalStrategy } from "./BuyFractionalStrategy";
9-
import { MarketplaceOrder } from "./types";
109
import { getCurrencyByAddress } from "./utils";
10+
import { MarketplaceOrder } from "./types";
1111

1212
export class SafeBuyFractionalStrategy extends BuyFractionalStrategy {
1313
async execute({

0 commit comments

Comments
 (0)