Skip to content

Commit 7437289

Browse files
authored
Update import path in createSessionKey example (#7510)
1 parent ca1fb84 commit 7437289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/extensions/erc7702/account/createSessionKey.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export type CreateSessionKeyOptions = {
5252
* @returns The transaction object to be sent.
5353
* @example
5454
* ```ts
55-
* import { createSessionKey } from 'thirdweb/extensions/7702';
55+
* import { createSessionKey } from 'thirdweb/wallets/in-app';
5656
* import { sendTransaction } from 'thirdweb';
5757
*
5858
* const transaction = createSessionKey({

0 commit comments

Comments
 (0)