Skip to content

Commit 68dd4dc

Browse files
authored
fixed playground import (#7660)
1 parent ecf6dbf commit 68dd4dc

File tree

1 file changed

+1
-1
lines changed
  • apps/playground-web/src/app/connect/pay/transactions

1 file changed

+1
-1
lines changed

apps/playground-web/src/app/connect/pay/transactions/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function BuyOnchainAsset() {
4040
return (
4141
<CodeExample
4242
code={`import { claimTo } from "thirdweb/extensions/erc1155";
43-
import { PayEmbed, useActiveAccount } from "thirdweb/react";
43+
import { TransactionWidget, useActiveAccount } from "thirdweb/react";
4444
4545
function App() {
4646
const account = useActiveAccount();

0 commit comments

Comments
 (0)