File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type/buttons Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ import ContentTypeInterface from "../../content-type";
12
12
import createContentType from "../../content-type-factory" ;
13
13
import Option from "../../content-type-menu/option" ;
14
14
import OptionInterface from "../../content-type-menu/option.d" ;
15
+ import ContentTypeAfterRenderEventParamsInterface from "../content-type-after-render-event-params" ;
15
16
import ContentTypeDroppedCreateEventParamsInterface from "../content-type-dropped-create-event-params" ;
17
+ import ContentTypeRemovedEventParamsInterface from "../content-type-removed-event-params" ;
16
18
import PreviewCollection from "../preview-collection" ;
17
19
import PreviewDataUpdateAfterParamsInterface from "../preview-data-update-after-params" ;
18
- import ContentTypeAfterRenderEventParamsInterface from "../content-type-after-render-event-params" ;
19
- import ContentTypeRemovedEventParamsInterface from "../content-type-removed-event-params" ;
20
20
21
21
/**
22
22
* @api
You can’t perform that action at this time.
0 commit comments