File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,19 @@ import {EditorView as CMEditorView} from '@codemirror/view';
4
4
import { TextSelection } from 'prosemirror-state' ;
5
5
import { EditorView as PMEditorView } from 'prosemirror-view' ;
6
6
7
- import { TransformFn } from 'src/core/markdown/ProseMirrorTransformer' ;
8
-
9
- import { getAutocompleteConfig } from '../../src/markup/codemirror/autocomplete' ;
10
7
import type { CommonEditor , MarkupString } from '../common' ;
11
8
import {
12
9
type ActionStorage ,
13
10
type EscapeConfig ,
14
11
WysiwygEditor ,
15
12
type WysiwygEditorOptions ,
16
13
} from '../core' ;
14
+ import { TransformFn } from '../core/markdown/ProseMirrorTransformer' ;
17
15
import { ReactRenderStorage , type RenderStorage } from '../extensions' ;
18
16
import { i18n } from '../i18n/bundle' ;
19
17
import { logger } from '../logger' ;
20
18
import { createCodemirror } from '../markup' ;
19
+ import { getAutocompleteConfig } from '../markup/codemirror/autocomplete' ;
21
20
import { type CodeEditor , Editor as MarkupEditor } from '../markup/editor' ;
22
21
import { type Emitter , FileUploadHandler , type Receiver , SafeEventEmitter } from '../utils' ;
23
22
import type { DirectiveSyntaxContext } from '../utils/directive' ;
You can’t perform that action at this time.
0 commit comments