File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import Markdown , { Components } from "react-markdown" ;
22import remarkGfm from "remark-gfm" ;
33import SyntaxHighlighter from "react-syntax-highlighter" ;
4- import { type AceLang , EditorComponent , getAceLang } from "../terminal/editor" ;
4+ import { EditorComponent , getAceLang } from "../terminal/editor" ;
55import { ExecFile } from "../terminal/exec" ;
66import { useChangeTheme } from "./themeToggle" ;
77import {
88 tomorrow ,
99 atomOneDark ,
1010} from "react-syntax-highlighter/dist/esm/styles/hljs" ;
1111import { ReactNode } from "react" ;
12- import { getRuntimeLang , RuntimeLang } from "@/terminal/runtime" ;
12+ import { getRuntimeLang } from "@/terminal/runtime" ;
1313import { ReplTerminal } from "@/terminal/repl" ;
1414
1515export function StyledMarkdown ( { content } : { content : string } ) {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { MarkdownSection, splitMarkdown } from "./splitMarkdown";
66import pyodideLock from "pyodide/pyodide-lock.json" ;
77import { PageContent } from "./pageContent" ;
88import { ChatHistoryProvider } from "./chatHistory" ;
9- import { getChat , getChatFromCache } from "@/lib/chatHistory" ;
9+ import { getChatFromCache } from "@/lib/chatHistory" ;
1010
1111export default async function Page ( {
1212 params,
You can’t perform that action at this time.
0 commit comments