Skip to content

Commit d3a1702

Browse files
committed
MC-3474: Apply Resizing Functionality to Preview
- Re-run linter that moved around some imports
1 parent 25dbaec commit d3a1702

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type/buttons

1 file changed

+2
-2
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type/buttons/preview.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ import ContentTypeInterface from "../../content-type";
1212
import createContentType from "../../content-type-factory";
1313
import Option from "../../content-type-menu/option";
1414
import OptionInterface from "../../content-type-menu/option.d";
15+
import ContentTypeAfterRenderEventParamsInterface from "../content-type-after-render-event-params";
1516
import ContentTypeDroppedCreateEventParamsInterface from "../content-type-dropped-create-event-params";
17+
import ContentTypeRemovedEventParamsInterface from "../content-type-removed-event-params";
1618
import PreviewCollection from "../preview-collection";
1719
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";
2020

2121
/**
2222
* @api

0 commit comments

Comments
 (0)