From 3f7e0edf3848ded49a0c3f13b1d13aab12c06c7a Mon Sep 17 00:00:00 2001 From: rhpidfyre Date: Sun, 23 Feb 2025 14:00:06 -0500 Subject: [PATCH] remove unused import --- src/rt/shell/fs/fn.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rt/shell/fs/fn.ts b/src/rt/shell/fs/fn.ts index a0b08f5..05ff8ae 100644 --- a/src/rt/shell/fs/fn.ts +++ b/src/rt/shell/fs/fn.ts @@ -1,4 +1,4 @@ -import { Entry, EntryType, fs, type FsEntrySignature } from "./fs" +import { EntryType, fs, type FsEntrySignature } from "./fs" let working_dir = ["/", "home", "user"]