mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
fix(web): unused variables
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import { writable } from 'svelte/store';
|
||||
import { persisted } from 'svelte-local-storage-store';
|
||||
|
||||
export const enableClip = writable<boolean>(false);
|
||||
export const savedSearchTerms = persisted<string[]>('search-terms', [], {});
|
||||
|
||||
Reference in New Issue
Block a user