aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/editor/findOccurrences.ts
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src/editor/findOccurrences.ts')
-rw-r--r--subprojects/frontend/src/editor/findOccurrences.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/subprojects/frontend/src/editor/findOccurrences.ts b/subprojects/frontend/src/editor/findOccurrences.ts
index 92102746..c4a4e8ec 100644
--- a/subprojects/frontend/src/editor/findOccurrences.ts
+++ b/subprojects/frontend/src/editor/findOccurrences.ts
@@ -1,5 +1,4 @@
1import { Range, RangeSet } from '@codemirror/rangeset'; 1import { Range, RangeSet, type TransactionSpec } from '@codemirror/state';
2import type { TransactionSpec } from '@codemirror/state';
3import { Decoration } from '@codemirror/view'; 2import { Decoration } from '@codemirror/view';
4 3
5import { decorationSetExtension } from './decorationSetExtension'; 4import { decorationSetExtension } from './decorationSetExtension';