import { writable } from 'svelte/store'; export const photoViewerImgElement = writable(null); export const isSelectingAllAssets = writable(false);