Skip to content

Commit 3496e97

Browse files
committed
remove machine
1 parent 344c246 commit 3496e97

File tree

13 files changed

+31
-828
lines changed

13 files changed

+31
-828
lines changed

packages/thirdweb/src/react/core/hooks/usePaymentMethods.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { getThirdwebBaseUrl } from "../../../utils/domains.js";
77
import { getClientFetch } from "../../../utils/fetch.js";
88
import { toTokens, toUnits } from "../../../utils/units.js";
99
import type { Wallet } from "../../../wallets/interfaces/wallet.js";
10-
import type { PaymentMethod } from "../machines/paymentMachine.js";
10+
import type { PaymentMethod } from "../../web/ui/Bridge/types.js";
1111
import type { SupportedTokens } from "../utils/defaultTokens.js";
1212
import { useActiveWallet } from "./wallets/useActiveWallet.js";
1313

0 commit comments

Comments
 (0)