Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDoge committed Aug 10, 2024
1 parent f2a846d commit 62d4d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/app/src/features/wallet/WalletList.ts
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 62d4d6c

Please sign in to comment.