Skip to content

Commit e91e6f8

Browse files
committed
chore: add changeset
fix: import errors
1 parent a271f4a commit e91e6f8

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.changeset/green-rockets-lie.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": minor
3+
---
4+
5+
expose autoConnect as a standalone function for use outside of react

packages/thirdweb/src/wallets/connection/types.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import type { Chain } from "../../../../chains/types.js";
2-
import type { ThirdwebClient } from "../../../../client/client.js";
3-
import type { Wallet } from "../../../../wallets/interfaces/wallet.js";
4-
import type { SmartWalletOptions } from "../../../../wallets/smart/types.js";
5-
import type { AppMetadata } from "../../../../wallets/types.js";
1+
import type { Chain } from "../../chains/types.js";
2+
import type { ThirdwebClient } from "../../client/client.js";
3+
import type { Wallet } from "../../wallets/interfaces/wallet.js";
4+
import type { SmartWalletOptions } from "../../wallets/smart/types.js";
5+
import type { AppMetadata } from "../../wallets/types.js";
66

77
export type AutoConnectProps = {
88
/**

0 commit comments

Comments
 (0)