Missed one import - thank you eslint

This commit is contained in:
John Björk 2026-02-07 23:30:35 +01:00
parent a60a54147c
commit d0d2459e14
No known key found for this signature in database
GPG key ID: 303B6ADF2F569B0A

View file

@ -4,7 +4,7 @@ import { defaultHighlightStyle, syntaxHighlighting } from '@codemirror/language'
import { Compartment, EditorState, Prec } from '@codemirror/state';
import { drawSelection, EditorView, keymap } from '@codemirror/view';
import { logger } from '@strudel/core';
import { basicSetup, flash, prebakeField, initTheme, extensions } from '@strudel/codemirror';
import { basicSetup, flash, prebakeField, initTheme, extensions, parseBooleans } from '@strudel/codemirror';
export class PrebakeCodeMirror {
constructor(initialCode, storePrebake, containerRef, editorRef, settings) {