mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
4 lines
95 B
TypeScript
4 lines
95 B
TypeScript
import { writable } from 'svelte/store';
|
|
|
|
export const isSelectingAllAssets = writable(false);
|