Skip to content

Commit 2630f9f

Browse files
committed
fix: sort imports
1 parent 5a02693 commit 2630f9f

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,6 +1,6 @@
1-
import type { Store } from "@tauri-apps/plugin-store";
21
import { invoke } from "@tauri-apps/api/core";
32
import { checkStatus, type Status } from "@tauri-apps/plugin-biometric";
3+
import type { Store } from "@tauri-apps/plugin-store";
44
/**
55
* @author SoSweetHam <[email protected]>
66
* @description A security controller that can enable/disable biometric authentication for the app and provide for basic pin based application authentication schemes.

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

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

0 commit comments

Comments
 (0)