We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c02673 commit 235cd04Copy full SHA for 235cd04
packages/thirdweb/src/react/web/ui/ConnectWallet/screens/LinkedProfilesScreen.tsx
@@ -1,7 +1,7 @@
1
"use client";
2
import { Cross2Icon } from "@radix-ui/react-icons";
3
-import { useUnlinkProfile } from "src/react/web/hooks/wallets/useUnlinkProfile.js";
4
import type { ThirdwebClient } from "../../../../../client/client.js";
+import { useUnlinkProfile } from "../../../../../react/web/hooks/wallets/useUnlinkProfile.js";
5
import { shortenAddress } from "../../../../../utils/address.js";
6
import type { Profile } from "../../../../../wallets/in-app/core/authentication/types.js";
7
import { fontSize, iconSize } from "../../../../core/design-system/index.js";
0 commit comments