Remove unused imports, packages and add lang

This commit is contained in:
2022-10-03 01:35:03 +02:00
parent c8d0d1e959
commit 85acc1bdac
8 changed files with 16 additions and 36 deletions

View File

@@ -3,7 +3,6 @@ import REPLInput from "./REPLInput";
import REPLHistory from "./REPLHistory";
import styles from "../../../styles/Terminal/REPL/REPLComplete.module.css";
import type { NextPage } from "next";
// import { useCommands } from "../../../lib/commands/ContextProvider";
interface IREPLProps {
inputRef: MutableRefObject<HTMLInputElement|null>;