fix(web): unused variables

This commit is contained in:
Alex Tran
2023-03-23 21:13:28 -05:00
parent 4bf50a0b46
commit 586590e9ec
2 changed files with 12 additions and 11 deletions

View File

@@ -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', [], {});