Merge FilesystemAPI and FilesystemUtil to avoid circular dependencies

This commit is contained in:
2024-08-30 16:17:48 +02:00
parent 2c0d7d81ac
commit ef8023c40f
27 changed files with 297 additions and 254 deletions

View File

@@ -9,7 +9,7 @@
//
// on_error is called when the upload has failed. The parameters are the error
import { fs_path_url } from "../FilesystemUtil"
import { fs_path_url } from "./../FilesystemAPI"
// code and an error message
export const upload_file = (file, path, on_progress, on_success, on_error) => {