Skip to content

Commit ffaedf9

Browse files
committed
fix: fix circular dependency for build
1 parent 421a574 commit ffaedf9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/code-editor/diff-editor.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ import {
1313
booleanAttribute,
1414
} from '@angular/core';
1515

16-
import { External, Setup } from '@acrodata/code-editor';
1716
import { DiffConfig, MergeView } from '@codemirror/merge';
1817
import { Extension } from '@codemirror/state';
1918
import { EditorView } from '@codemirror/view';
2019
import { basicSetup, minimalSetup } from 'codemirror';
2120

21+
import { External, Setup } from './code-editor';
22+
2223
export type Orientation = 'a-b' | 'b-a';
2324
export type RevertControls = 'a-to-b' | 'b-to-a';
2425
export type RenderRevertControl = () => HTMLElement;

0 commit comments

Comments
 (0)