Merge FilesystemAPI and FilesystemUtil to avoid circular dependencies
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script>
|
||||
import { onMount } from "svelte";
|
||||
import { FSNavigator } from "../../filesystem/FSNavigator"
|
||||
import { fs_encode_path, fs_node_icon } from "../../filesystem/FilesystemUtil";
|
||||
import { fs_encode_path, fs_node_icon } from "../../filesystem/FilesystemAPI";
|
||||
|
||||
const nav = new FSNavigator(false)
|
||||
onMount(() => {
|
||||
|
Reference in New Issue
Block a user