aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/editor/EditorStore.ts
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src/editor/EditorStore.ts')
-rw-r--r--subprojects/frontend/src/editor/EditorStore.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/subprojects/frontend/src/editor/EditorStore.ts b/subprojects/frontend/src/editor/EditorStore.ts
index acad3d09..d966690c 100644
--- a/subprojects/frontend/src/editor/EditorStore.ts
+++ b/subprojects/frontend/src/editor/EditorStore.ts
@@ -1,4 +1,7 @@
1import { CompletionContext, CompletionResult } from '@codemirror/autocomplete'; 1import type {
2 CompletionContext,
3 CompletionResult,
4} from '@codemirror/autocomplete';
2import { redo, redoDepth, undo, undoDepth } from '@codemirror/commands'; 5import { redo, redoDepth, undo, undoDepth } from '@codemirror/commands';
3import { 6import {
4 type Diagnostic, 7 type Diagnostic,