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';
2323import type { Properties as PublicProperties } from '@js/ui/file_uploader' ;
2424import ProgressBar from '@js/ui/progress_bar' ;
2525import { 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 ' ;
2828
2929const window = getWindow ( ) ;
3030
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ import { extend } from '@js/core/utils/extend';
99import { isDefined } from '@js/core/utils/type' ;
1010import DataExpressionMixin from '@js/ui/editor/ui.data_expression' ;
1111import 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 ' ;
1414
1515import RadioCollection from './m_radio_collection' ;
1616
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 ' ;
22
33export default Editor ;
44
You can’t perform that action at this time.
0 commit comments