Skip to content

Commit d2ffb82

Browse files
authored
refactor: Update import statement for AutoConnect in ConnectWallet.tsx (#2628)
1 parent e806393 commit d2ffb82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/react/web/ui/ConnectWallet/ConnectWallet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import type { Chain } from "../../../../chains/types.js";
2626
import type { ConnectLocale } from "./locale/types.js";
2727
import { WalletConnectionContext } from "../../../core/providers/wallet-connection.js";
2828
import { getDefaultWallets } from "../../wallets/defaultWallets.js";
29-
import { AutoConnect } from "../../../core/hooks/connection/useAutoConnect.jsx";
29+
import { AutoConnect } from "../../../core/hooks/connection/useAutoConnect.js";
3030
import ConnectModal from "./Modal/ConnectModal.js";
3131
import { useWalletConnectionCtx } from "../../../core/hooks/others/useWalletConnectionCtx.js";
3232
import { getConnectLocale } from "./locale/getConnectLocale.js";

0 commit comments

Comments
 (0)