mirror of
https://github.com/immich-app/immich.git
synced 2025-12-23 09:15:05 +03:00
4 lines
134 B
TypeScript
4 lines
134 B
TypeScript
|
|
import { persisted } from 'svelte-local-storage-store';
|
||
|
|
|
||
|
|
export const savedSearchTerms = persisted<string[]>('search-terms', [], {});
|