Fix uploading

This commit is contained in:
ZXY101
2023-09-29 11:52:56 +02:00
parent 133567a7a4
commit 0bb5c8a5ac
2 changed files with 37 additions and 11 deletions

View File

@@ -5,7 +5,6 @@
import { onMount } from 'svelte';
import { scanFiles } from '$lib/upload';
import { formatBytes } from '$lib/util/upload';
import { catalog } from '$lib/catalog';
export let open = false;