Skip to content

Commit

Permalink
import Extension
Browse files Browse the repository at this point in the history
  • Loading branch information
tmhglnd committed Jan 30, 2024
1 parent abd6c61 commit a49dc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/components/editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
} from "@/settings.json";
import { javascript } from "@codemirror/lang-javascript";
import { python } from "@codemirror/lang-python";
import { EditorState, Prec, Compartment } from "@codemirror/state";
import { EditorState, Prec, Compartment, Extension } from "@codemirror/state";
import { EditorView, keymap, lineNumbers } from "@codemirror/view";
import { evalKeymap, flashField, remoteEvalFlash } from "@flok-editor/cm-eval";
import { tidal } from "@flok-editor/lang-tidal";
Expand Down

0 comments on commit a49dc39

Please sign in to comment.