mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-25 14:47:39 +00:00
3 lines
134 B
TypeScript
3 lines
134 B
TypeScript
import { persisted } from 'svelte-local-storage-store';
|
|
|
|
export const savedSearchTerms = persisted<string[]>('search-terms', [], {});
|