mirror of
https://github.com/immich-app/immich.git
synced 2026-01-16 23:11:47 -08:00
5 lines
164 B
TypeScript
5 lines
164 B
TypeScript
import type { MemoryLaneResponseDto } from '@immich/sdk';
|
|
import { writable } from 'svelte/store';
|
|
|
|
export const memoryStore = writable<MemoryLaneResponseDto[]>();
|