diff --git a/modules/app/src/features/wallet/WalletList.ts b/modules/app/src/features/wallet/WalletList.ts index 8e53a0b..505df60 100644 --- a/modules/app/src/features/wallet/WalletList.ts +++ b/modules/app/src/features/wallet/WalletList.ts @@ -1,6 +1,6 @@ import { computed, css, fragment, sheet, tags } from "purified-js"; +import { trackPromise } from "~/features/progress/utils"; import { globalSheet } from "~/styles"; -import { trackPromise } from "../progress/utils"; import { getOrRequestSigner, walletDetails } from "./util.s"; const { div, span, button, img } = tags;