mirror of
https://github.com/immich-app/immich.git
synced 2025-12-22 01:11:20 +03: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