Skip to content

Commit b830de0

Browse files
committed
add import
1 parent 514f9cf commit b830de0

File tree

1 file changed

+2
-0
lines changed
  • apps/portal/src/app/nebula/get-started

1 file changed

+2
-0
lines changed

apps/portal/src/app/nebula/get-started/page.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ import {
8787
This function processes the API's response and executes blockchain transactions.
8888

8989
```jsx
90+
import { generateAccount } from "thirdweb/wallets";
91+
9092
async function handleNebulaResponse(response) {
9193
const client = createThirdwebClient({
9294
secretKey: process.env.THIRDWEB_SECRET_KEY,

0 commit comments

Comments
 (0)