Move back to relative paths because somehow the alternative is even worse

This commit is contained in:
2024-09-11 14:18:03 +02:00
parent 3ccf46fb68
commit f3ac6875ed
26 changed files with 60 additions and 69 deletions

View File

@@ -1,6 +1,6 @@
<script>
import UploadLib from "./UploadLib.svelte";
import { drop_target } from "src/util/DropTarget.ts"
import { drop_target } from "../../util/DropTarget.ts"
let upload_widget
</script>