aboutsummaryrefslogtreecommitdiff
path: root/packages/anastasis-webui/src/components/AsyncButton.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-06-06 00:54:55 -0300
committerSebastian <sebasjm@gmail.com>2022-06-06 00:54:55 -0300
commite96358c5554794903f451b77555382d3622a9ece (patch)
tree76e1ff5d8cc5f5f51710716422192389e6c07929 /packages/anastasis-webui/src/components/AsyncButton.tsx
parente2a987a18255aa95157ab8bf19a8f09f8833a472 (diff)
downloadwallet-core-e96358c5554794903f451b77555382d3622a9ece.tar.xz
eslint
Diffstat (limited to 'packages/anastasis-webui/src/components/AsyncButton.tsx')
-rw-r--r--packages/anastasis-webui/src/components/AsyncButton.tsx4
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/anastasis-webui/src/components/AsyncButton.tsx b/packages/anastasis-webui/src/components/AsyncButton.tsx
index 8f855f29f..b2bb4c99a 100644
--- a/packages/anastasis-webui/src/components/AsyncButton.tsx
+++ b/packages/anastasis-webui/src/components/AsyncButton.tsx
@@ -21,9 +21,7 @@
import { ComponentChildren, h, VNode } from "preact";
import { useLayoutEffect, useRef } from "preact/hooks";
-// import { LoadingModal } from "../modal";
-import { useAsync } from "../hooks/async";
-// import { Translate } from "../../i18n";
+import { useAsync } from "../hooks/async.js";
type Props = {
children: ComponentChildren;