We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b44fb commit f7528ffCopy full SHA for f7528ff
1 file changed
app/terminal/exec.tsx
@@ -7,7 +7,7 @@ import {
7
systemMessageColor,
8
useTerminal,
9
} from "./terminal";
10
-import { writeOutput, ReplOutput } from "./repl";
+import { writeOutput } from "./repl";
11
import { useEffect, useState } from "react";
12
import { useEmbedContext } from "./embedContext";
13
import { RuntimeLang, useRuntime } from "./runtime";
0 commit comments