File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/thirdweb/src/react/web/ui/ConnectWallet Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import type { Chain } from "../../../../chains/types.js";
26
26
import type { ConnectLocale } from "./locale/types.js" ;
27
27
import { WalletConnectionContext } from "../../../core/providers/wallet-connection.js" ;
28
28
import { getDefaultWallets } from "../../wallets/defaultWallets.js" ;
29
- import { AutoConnect } from "../../../core/hooks/connection/useAutoConnect.jsx " ;
29
+ import { AutoConnect } from "../../../core/hooks/connection/useAutoConnect.js " ;
30
30
import ConnectModal from "./Modal/ConnectModal.js" ;
31
31
import { useWalletConnectionCtx } from "../../../core/hooks/others/useWalletConnectionCtx.js" ;
32
32
import { getConnectLocale } from "./locale/getConnectLocale.js" ;
You can’t perform that action at this time.
0 commit comments