Skip to content

Commit cde158c

Browse files
committed
Update import path in createSessionKey example
Changed the import path in the createSessionKey usage example from 'thirdweb/extensions/7702' to 'thirdweb/wallets/in-app' to reflect the correct module location.
1 parent 9c2b0f7 commit cde158c

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)