Skip to content

Commit 324b3b5

Browse files
committed
fix: import statement sort
1 parent 2630f9f commit 324b3b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infrastructure/eid-wallet/src/lib/global/controllers/security.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { invoke } from "@tauri-apps/api/core";
2-
import { checkStatus, type Status } from "@tauri-apps/plugin-biometric";
2+
import { type Status, checkStatus } from "@tauri-apps/plugin-biometric";
33
import type { Store } from "@tauri-apps/plugin-store";
44
/**
55
* @author SoSweetHam <[email protected]>

infrastructure/eid-wallet/src/routes/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { onNavigate } from "$app/navigation";
66
import { GlobalState } from "$lib/global/state";
77
88
import { runtime } from "$lib/global/runtime.svelte";
9-
import { checkStatus, type Status } from "@tauri-apps/plugin-biometric";
9+
import { type Status, checkStatus } from "@tauri-apps/plugin-biometric";
1010
1111
const { children } = $props();
1212

0 commit comments

Comments
 (0)