mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
5 lines
146 B
TypeScript
5 lines
146 B
TypeScript
|
|
import { AssetResponseDto } from '@api';
|
||
|
|
import { writable } from 'svelte/store';
|
||
|
|
|
||
|
|
export const archivedAsset = writable<AssetResponseDto[]>([]);
|