File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ export function EmbedContextProvider({ children }: { children: ReactNode }) {
6565 const [ replOutputs , setReplOutputs ] = useState <
6666 Record < TerminalId , ReplCommand [ ] >
6767 > ( { } ) ;
68+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
6869 const [ commandIdCounters , setCommandIdCounters ] = useState <
6970 Record < TerminalId , number >
7071 > ( { } ) ;
Original file line number Diff line number Diff line change 77 systemMessageColor ,
88 useTerminal ,
99} from "./terminal" ;
10- import { writeOutput , ReplOutput } from "./repl" ;
10+ import { writeOutput } from "./repl" ;
1111import { useEffect , useState } from "react" ;
1212import { useEmbedContext } from "./embedContext" ;
1313import { RuntimeLang , useRuntime } from "./runtime" ;
You can’t perform that action at this time.
0 commit comments