We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afdf960 commit 010bee6Copy full SHA for 010bee6
infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte
@@ -1,6 +1,6 @@
1
<script lang="ts">
2
import { goto } from "$app/navigation";
3
-import { Drawer, ButtonAction } from "$lib/ui";
+import { ButtonAction, Drawer } from "$lib/ui";
4
5
let isPaneOpen = $state(false);
6
infrastructure/eid-wallet/src/routes/(auth)/register/+page.svelte
-import { ButtonAction, InputPin, Drawer } from "$lib/ui";
+import { ButtonAction, Drawer, InputPin } from "$lib/ui";
import { CircleLock01Icon, FaceIdIcon } from "@hugeicons/core-free-icons";
import { HugeiconsIcon } from "@hugeicons/svelte";
0 commit comments