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 @@
<script lang="ts">
import { fs_rename, fs_update, type FSNode, type FSPermissions, type NodeOptions } from "lib/FilesystemAPI";
import { fs_rename, fs_update, type FSNode, type FSPermissions, type NodeOptions } from "lib/FilesystemAPI.svelte";
import Modal from "util/Modal.svelte";
import BrandingOptions from "./BrandingOptions.svelte";
import { branding_from_props } from "./Branding";