mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
4 lines
157 B
TypeScript
4 lines
157 B
TypeScript
import { writable } from 'svelte/store';
|
|
import type { MemoryLaneResponseDto } from '@api';
|
|
|
|
export const memoryStore = writable<MemoryLaneResponseDto[]>();
|