Skip to content

Commit 0c5260c

Browse files
chore: update import path for FiatProvider type
1 parent a3fbc69 commit 0c5260c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/react/web/ui/ConnectWallet/screens/Buy/PayProviderSelection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { ChevronDownIcon } from "@radix-ui/react-icons";
2-
import type { FiatProvider } from "src/pay/utils/commonTypes.js";
2+
import type { FiatProvider } from "../../../../../../pay/utils/commonTypes.js";
33
import { iconSize, spacing } from "../../../../../core/design-system/index.js";
44
import { Container } from "../../../components/basic.js";
55
import { Button } from "../../../components/buttons.js";

0 commit comments

Comments
 (0)