Merge FilesystemAPI and FilesystemUtil to avoid circular dependencies
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script>
|
||||
import { onMount, createEventDispatcher, tick } from "svelte";
|
||||
import { fs_path_url } from "../FilesystemUtil";
|
||||
import { fs_path_url } from "../FilesystemAPI";
|
||||
let dispatch = createEventDispatcher()
|
||||
|
||||
export let nav
|
||||
|
Reference in New Issue
Block a user