Skip to content

Commit

Permalink
Replace monaco for only editor
Browse files Browse the repository at this point in the history
  • Loading branch information
irdkwmnsb committed May 9, 2024
1 parent 88fcc90 commit 86ca899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/visualizers/turing-machine/start.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { StartProps } from "../../core/manifest"
import { Tape } from "./tape"
import { TuringMachineArguments } from "./turing-machine"
import { useImmer } from "use-immer"
import * as monaco from "monaco-editor"
import * as monaco from "monaco-editor/esm/vs/editor/editor.api.js"
import editorWorker from "monaco-editor/esm/vs/editor/editor.worker?worker"
import { Editor, loader } from "@monaco-editor/react" // TODO: https://www.npmjs.com/package/vite-plugin-monaco-editor
import { useCallback, useEffect, useRef, useState } from "react"
Expand Down

0 comments on commit 86ca899

Please sign in to comment.