aboutsummaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/components/ErrorLoadingWithDebug.tsx
diff options
context:
space:
mode:
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();