mirror of
https://github.com/KevinMidboe/immich.git
synced 2026-02-13 11:49:31 +00:00
@@ -2,6 +2,6 @@
|
||||
import { writable } from 'svelte/store';
|
||||
|
||||
export const dragAndDropFilesStore = writable({
|
||||
isDragging: false as boolean,
|
||||
files: [] as File[]
|
||||
isDragging: false as boolean,
|
||||
files: [] as File[],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user