mirror of
https://github.com/immich-app/immich.git
synced 2025-11-18 12:33:29 -05:00
5 lines
161 B
TypeScript
5 lines
161 B
TypeScript
import type { AssetResponseDto } from '@immich/sdk';
|
|
import { writable } from 'svelte/store';
|
|
|
|
export const stackAssetsStore = writable<AssetResponseDto[]>([]);
|