Move from relative imports to static imports

This commit is contained in:
2025-03-27 15:38:59 +01:00
parent 28aa8142ca
commit 8279b9646e
124 changed files with 340 additions and 340 deletions

View File

@@ -1,7 +1,7 @@
<script>
import { onMount, createEventDispatcher, tick } from "svelte";
import { video_position } from "../../lib/VideoPosition.mjs";
import { fs_path_url } from "../FilesystemAPI.mjs";
import { video_position } from "lib/VideoPosition.mjs";
import { fs_path_url } from "filesystem/FilesystemAPI.mjs";
let dispatch = createEventDispatcher()
export let nav