File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
infrastructure/eid-wallet/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import { 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" ;
33import type { Store } from "@tauri-apps/plugin-store" ;
44/**
55 * @author SoSweetHam <[email protected] >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { onNavigate } from "$app/navigation";
66import { GlobalState } from " $lib/global/state" ;
77
88import { 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
1111const { children } = $props ();
1212
You can’t perform that action at this time.
0 commit comments