mirror of
https://github.com/immich-app/immich.git
synced 2025-12-24 01:11:32 +03: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[]>();
|