File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web/ts/js Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,10 @@ import events from "Magento_PageBuilder/js/events";
10
10
import _ from "underscore" ;
11
11
import { SortableOptionsInterface } from "../../binding/sortable-options" ;
12
12
import Config from "../../config" ;
13
- import ContentTypeInterface from "../../content-type.d" ;
14
- import ContentTypeCollectionInterface from "../../content-type-collection.d" ;
15
13
import createContentType from "../../content-type-factory" ;
16
14
import Option from "../../content-type-menu/option" ;
17
15
import { OptionsInterface } from "../../content-type-menu/option.d" ;
16
+ import ContentTypeInterface from "../../content-type.d" ;
18
17
import ContentTypeAfterRenderEventParamsInterface from "../content-type-after-render-event-params.d" ;
19
18
import ContentTypeDroppedCreateEventParamsInterface from "../content-type-dropped-create-event-params" ;
20
19
import PreviewCollection from "../preview-collection" ;
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ import {getSortableOptions} from "./drag-drop/sortable";
20
20
import Render from "./master-format/render" ;
21
21
import PageBuilderInterface from "./page-builder.d" ;
22
22
import buildStage from "./stage-builder" ;
23
+ import StageUpdateAfterParamsInterface from "./stage-update-after-params" ;
23
24
import deferred from "./utils/promise-deferred" ;
24
25
import DeferredInterface from "./utils/promise-deferred.d" ;
25
- import StageUpdateAfterParamsInterface from "./stage-update-after-params" ;
26
26
27
27
export default class Stage {
28
28
public parent : PageBuilderInterface ;
You can’t perform that action at this time.
0 commit comments