diff --git a/src/components/react/commands.ts b/src/components/react/shell/command/list.ts similarity index 79% rename from src/components/react/commands.ts rename to src/components/react/shell/command/list.ts index 10bdea7..73dad36 100644 --- a/src/components/react/commands.ts +++ b/src/components/react/shell/command/list.ts @@ -1,4 +1,4 @@ -import { working_dir } from "./fs" +import { working_dir } from "../../fs" function ls() { diff --git a/src/components/react/shell/command/parse.ts b/src/components/react/shell/command/parse.ts new file mode 100644 index 0000000..e69de29