Skip to content

Commit 010bee6

Browse files
committed
fix: lint
1 parent afdf960 commit 010bee6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infrastructure/eid-wallet/src/routes/(auth)/onboarding/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script lang="ts">
22
import { goto } from "$app/navigation";
3-
import { Drawer, ButtonAction } from "$lib/ui";
3+
import { ButtonAction, Drawer } from "$lib/ui";
44
55
let isPaneOpen = $state(false);
66

infrastructure/eid-wallet/src/routes/(auth)/register/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script lang="ts">
22
import { goto } from "$app/navigation";
3-
import { ButtonAction, InputPin, Drawer } from "$lib/ui";
3+
import { ButtonAction, Drawer, InputPin } from "$lib/ui";
44
import { CircleLock01Icon, FaceIdIcon } from "@hugeicons/core-free-icons";
55
import { HugeiconsIcon } from "@hugeicons/svelte";
66

0 commit comments

Comments
 (0)