Skip to content

Commit 235cd04

Browse files
committed
fix: import source
1 parent 3c02673 commit 235cd04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use client";
22
import { Cross2Icon } from "@radix-ui/react-icons";
3-
import { useUnlinkProfile } from "src/react/web/hooks/wallets/useUnlinkProfile.js";
43
import type { ThirdwebClient } from "../../../../../client/client.js";
4+
import { useUnlinkProfile } from "../../../../../react/web/hooks/wallets/useUnlinkProfile.js";
55
import { shortenAddress } from "../../../../../utils/address.js";
66
import type { Profile } from "../../../../../wallets/in-app/core/authentication/types.js";
77
import { fontSize, iconSize } from "../../../../core/design-system/index.js";

0 commit comments

Comments
 (0)