mirror of
https://github.com/immich-app/immich.git
synced 2026-01-13 21:46:27 -08:00
5 lines
157 B
TypeScript
5 lines
157 B
TypeScript
import { writable } from 'svelte/store';
|
|
import type { MemoryLaneResponseDto } from '@api';
|
|
|
|
export const memoryStore = writable<MemoryLaneResponseDto[]>();
|