aboutsummaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/components/ErrorLoadingWithDebug.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-12-08 12:57:28 -0300
committerSebastian <sebasjm@gmail.com>2023-12-08 12:57:28 -0300
commitbe741548a5c9325164bccc90056d490e85842e69 (patch)
tree13df131a95e3b08be39e0a4f5c6a555d57518ed7 /packages/demobank-ui/src/components/ErrorLoadingWithDebug.tsx
parent13f397521c0bb2b1587fa287de5be49c74f69d12 (diff)
downloadwallet-core-be741548a5c9325164bccc90056d490e85842e69.tar.xz
error handling
Diffstat (limited to 'packages/demobank-ui/src/components/ErrorLoadingWithDebug.tsx')
-rw-r--r--packages/demobank-ui/src/components/ErrorLoadingWithDebug.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/demobank-ui/src/components/ErrorLoadingWithDebug.tsx b/packages/demobank-ui/src/components/ErrorLoadingWithDebug.tsx
index 8cdac4561..25e79e9e0 100644
--- a/packages/demobank-ui/src/components/ErrorLoadingWithDebug.tsx
+++ b/packages/demobank-ui/src/components/ErrorLoadingWithDebug.tsx
@@ -1,7 +1,7 @@
+import { TalerError } from "@gnu-taler/taler-util";
import { ErrorLoading } from "@gnu-taler/web-util/browser";
-import { usePreferences } from "../hooks/preferences.js";
import { VNode, h } from "preact";
-import { TalerError } from "@gnu-taler/taler-util";
+import { usePreferences } from "../hooks/preferences.js";
export function ErrorLoadingWithDebug({ error }: { error: TalerError }): VNode {
const [pref] = usePreferences();