mirror of
https://github.com/immich-app/immich.git
synced 2025-01-10 13:56:47 +01:00
8b5b6d0821
Co-authored-by: shalong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
4 lines
168 B
TypeScript
4 lines
168 B
TypeScript
import { writable } from 'svelte/store';
|
|
import type { AssetResponseDto } from '../../api/open-api';
|
|
|
|
export const stackAssetsStore = writable<AssetResponseDto[]>([]);
|