File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ import Button from '@js/ui/button';
23
23
import type { Properties as PublicProperties } from '@js/ui/file_uploader' ;
24
24
import ProgressBar from '@js/ui/progress_bar' ;
25
25
import { isFluent , isMaterial } from '@js/ui/themes' ;
26
- import type { EditorProperties , UnresolvedEvents } from '@ts/ui/editor/m_editor ' ;
27
- import Editor from '@ts/ui/editor/m_editor ' ;
26
+ import type { EditorProperties , UnresolvedEvents } from '@ts/ui/editor/editor ' ;
27
+ import Editor from '@ts/ui/editor/editor ' ;
28
28
29
29
const window = getWindow ( ) ;
30
30
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ import { extend } from '@js/core/utils/extend';
9
9
import { isDefined } from '@js/core/utils/type' ;
10
10
import DataExpressionMixin from '@js/ui/editor/ui.data_expression' ;
11
11
import type { Properties } from '@js/ui/radio_group' ;
12
- import type { EditorProperties , UnresolvedEvents } from '@ts/ui/editor/m_editor ' ;
13
- import Editor from '@ts/ui/editor/m_editor ' ;
12
+ import type { EditorProperties , UnresolvedEvents } from '@ts/ui/editor/editor ' ;
13
+ import Editor from '@ts/ui/editor/editor ' ;
14
14
15
15
import RadioCollection from './m_radio_collection' ;
16
16
Original file line number Diff line number Diff line change 1
- import Editor from '../../__internal/ui/editor/m_editor ' ;
1
+ import Editor from '../../__internal/ui/editor/editor ' ;
2
2
3
3
export default Editor ;
4
4
You can’t perform that action at this time.
0 commit comments