Add access controls window

This commit is contained in:
2024-11-19 15:31:51 +01:00
parent 27882303d9
commit f7a0ff4538
41 changed files with 307 additions and 63 deletions

View File

@@ -1,5 +1,5 @@
import { fs_get_node, fs_encode_path, fs_split_path } from "./FilesystemAPI";
import type { FSNode, FSPath, FSPermissions, FSContext } from "./FilesystemAPI";
import { fs_get_node, fs_encode_path, fs_split_path } from "./FilesystemAPI.mjs";
import type { FSNode, FSPath, FSPermissions, FSContext } from "./FilesystemAPI.mjs";
import type { Writable } from "svelte/store"
export class FSNavigator {