Skip to content

Commit 350a4c5

Browse files
authored
Update page.mdx
Update "extension" to "extensions" Signed-off-by: Waren Gonzaga <[email protected]>
1 parent 0574eac commit 350a4c5

File tree

1 file changed

+2
-2
lines changed
  • apps/portal/src/app/react/v5/migrate/contracts

1 file changed

+2
-2
lines changed

apps/portal/src/app/react/v5/migrate/contracts/page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Check out the list of over 100 prebuilt extensions [here](/typescript/v5/extensi
3333

3434
Example: Import an ERC1155 "read" extension, for checking the balance of a wallet
3535
```tsx
36-
import { balanceOf } from "thirdweb/extension/erc1155";
36+
import { balanceOf } from "thirdweb/extensions/erc1155";
3737

3838
const transaction = balanceOf({
3939
contract,
@@ -169,4 +169,4 @@ function App() {
169169
Claim
170170
</TransactionButton>
171171
}
172-
```
172+
```

0 commit comments

Comments
 (0)