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

@@ -2,7 +2,7 @@
import Login from "../login/Login.svelte";
import Register from "../login/Register.svelte";
import UploadWidget from "./UploadWidget.svelte";
import { drop_target } from "src/util/DropTarget.ts"
import { drop_target } from "../util/DropTarget.ts"
const finish_login = async e => {
location.reload()