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 701b8b7 commit d83144bCopy full SHA for d83144b
1 file changed
infrastructure/eid-wallet/src/routes/(app)/settings/+page.svelte
@@ -8,9 +8,9 @@ import {
8
subscribe as subscribeLanguage,
9
} from "$lib/stores/language";
10
import { clearAllNotifications } from "$lib/stores/notifications";
11
-import { clearAllCachedPhotos } from "$lib/utils/photoCache";
12
import { BottomSheet, ButtonAction } from "$lib/ui";
13
import { PinIcon, PrivacyIcon } from "$lib/ui/icons";
+import { clearAllCachedPhotos } from "$lib/utils/photoCache";
14
import { isPermissionGranted } from "@choochmeque/tauri-plugin-notifications-api";
15
import { FaceIdIcon, Notification02Icon } from "@hugeicons/core-free-icons";
16
import { checkStatus } from "@tauri-apps/plugin-biometric";
0 commit comments