Rename FilesystemAPI back because apparently that's required

This commit is contained in:
2026-07-30 17:18:46 +02:00
parent 4b8bd11a4c
commit e88b137d2b
39 changed files with 39 additions and 39 deletions

View File

@@ -1,5 +1,5 @@
import { writable } from "svelte/store"
import { fs_check_response, fs_path_url, type FSNode } from "./FilesystemAPI"
import { fs_check_response, fs_path_url, type FSNode } from "./FilesystemAPI.svelte"
import { loading_finish, loading_start } from "lib/Loading"
import { get_user } from "lib/NovaAPI"