mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-09 11:45:54 +00:00
4 lines
164 B
TypeScript
4 lines
164 B
TypeScript
import type { MemoryLaneResponseDto } from '@immich/sdk';
|
|
import { writable } from 'svelte/store';
|
|
|
|
export const memoryStore = writable<MemoryLaneResponseDto[]>();
|