Skip to content

Commit f7528ff

Browse files
committed
lintエラー修正
1 parent 01b44fb commit f7528ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/terminal/exec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
systemMessageColor,
88
useTerminal,
99
} from "./terminal";
10-
import { writeOutput, ReplOutput } from "./repl";
10+
import { writeOutput } from "./repl";
1111
import { useEffect, useState } from "react";
1212
import { useEmbedContext } from "./embedContext";
1313
import { RuntimeLang, useRuntime } from "./runtime";

0 commit comments

Comments
 (0)