Skip to content

Commit

Permalink
playground: fix pay example imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alecananian committed Mar 3, 2025
1 parent cbc0eff commit bb49761
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function NoFundsPopup() {
<CodeExample
preview={<PayTransactionButtonPreview />}
code={`import { trasnfer } from "thirdweb/extensions/erc1155";
import { PayEmbed, useActiveAccount } from "thirdweb/react";
import { TransactionButton, useActiveAccount } from "thirdweb/react";
function App() {
Expand Down

0 comments on commit bb49761

Please sign in to comment.