fs.ts -> core.ts, fn.ts -> library.ts

This commit is contained in:
2025-02-23 23:20:35 -05:00
parent 20d7bd09a3
commit d1fc53206c
6 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
import type { Args, Term } from "../list";
import { blue } from "../../color";
import { get_working_dir_entries } from "../../fs/fn";
import { EntryType, FsEntry } from "../../fs/fs";
import { get_working_dir_entries } from "../../fs/library";
import { EntryType, FsEntry } from "../../fs/core";
import stdout, { stdout_horizontal_elements } from "../../../elements/stdout";
import create from "../../../elements/create";