remove unused import

This commit is contained in:
2025-02-23 14:00:06 -05:00
parent d6effa3838
commit 3f7e0edf38

View File

@ -1,4 +1,4 @@
import { Entry, EntryType, fs, type FsEntrySignature } from "./fs" import { EntryType, fs, type FsEntrySignature } from "./fs"
let working_dir = ["/", "home", "user"] let working_dir = ["/", "home", "user"]