Move some libraries around
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script>
|
||||
import { createEventDispatcher } from "svelte";
|
||||
import { swipe_nav } from "../../util/SwipeNavigate.ts";
|
||||
import { fs_path_url } from "./../FilesystemAPI";
|
||||
import { swipe_nav } from "../../lib/SwipeNavigate.ts";
|
||||
import { fs_path_url } from "./../FilesystemAPI.ts";
|
||||
|
||||
let dispatch = createEventDispatcher();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user