There was an error while loading. Please reload this page.
2 parents 0c926f9 + 1192664 commit 27bfd4bCopy full SHA for 27bfd4b
1 file changed
apps/web/src/hooks/useRoundSession.ts
@@ -38,6 +38,7 @@ import { DEMO_TRACE } from "../demo/trace";
38
import { formatCountdown, useDrandCountdown } from "./useDrandCountdown";
39
import { useToast } from "../ui/Toast";
40
import { useTime } from "../lib/time";
41
+import { shortAddr } from "../lib/format";
42
43
export type ActionStatus = "idle" | "working" | "ok" | "error";
44
0 commit comments