mirror of https://github.com/immich-app/immich.git
fix(web): unused variables
parent
4bf50a0b46
commit
586590e9ec
@ -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', [], {});
|
||||
|
||||
Loading…
Reference in New Issue