File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,11 @@ import Option from "../../content-type-menu/option";
19
19
import OptionInterface from "../../content-type-menu/option.d" ;
20
20
import ContentTypeRemovedParamsInterface from "../../content-type-removed-params.d" ;
21
21
import ContentTypeInterface from "../../content-type.d" ;
22
+ import ContentTypeDuplicateEventParamsInterface from "../content-type-duplicate-event-params" ;
22
23
import ContentTypeMountEventParamsInterface from "../content-type-mount-event-params.d" ;
23
- import ContentTypeReadyEventParamsInterface from "../content-type-ready-event-params.d" ;
24
24
import ContentTypeRemovedEventParamsInterface from "../content-type-removed-event-params.d" ;
25
25
import ObservableUpdater from "../observable-updater" ;
26
26
import PreviewCollection from "../preview-collection" ;
27
- import ContentTypeDroppedCreateEventParams from "../content-type-dropped-create-event-params" ;
28
- import ContentTypeDuplicateEventParamsInterface from "../content-type-duplicate-event-params" ;
29
27
30
28
export default class Preview extends PreviewCollection {
31
29
public static focusOperationTime : number ;
You can’t perform that action at this time.
0 commit comments