Move back to relative paths because somehow the alternative is even worse
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script>
|
||||
import { createEventDispatcher } from "svelte";
|
||||
import { swipe_nav } from "src/util/SwipeNavigate.ts";
|
||||
import { swipe_nav } from "../../util/SwipeNavigate.ts";
|
||||
import { fs_path_url } from "./../FilesystemAPI";
|
||||
|
||||
let dispatch = createEventDispatcher();
|
||||
|
||||
Reference in New Issue
Block a user