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,8 +2,8 @@
import { createEventDispatcher } from "svelte";
import { formatDataVolume, formatDate } from "../../util/Formatting.svelte"
import ZipItem from "../../file_viewer/viewers/ZipItem.svelte";
import IconBlock from "src/layout/IconBlock.svelte";
import TextBlock from "src/layout/TextBlock.svelte"
import IconBlock from "../../layout/IconBlock.svelte";
import TextBlock from "../../layout/TextBlock.svelte"
import { fs_node_icon, fs_path_url } from "../FilesystemAPI";
let dispatch = createEventDispatcher()