Skip to content

Commit 5b7adb2

Browse files
committed
MC-1184: Create Dev Docs
- Compile preview.js correctly - Resolve import order
1 parent 776d8a9 commit 5b7adb2

File tree

2 files changed

+4
-6
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web

2 files changed

+4
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,11 @@ import Option from "../../content-type-menu/option";
1919
import OptionInterface from "../../content-type-menu/option.d";
2020
import ContentTypeRemovedParamsInterface from "../../content-type-removed-params.d";
2121
import ContentTypeInterface from "../../content-type.d";
22+
import ContentTypeDuplicateEventParamsInterface from "../content-type-duplicate-event-params";
2223
import ContentTypeMountEventParamsInterface from "../content-type-mount-event-params.d";
23-
import ContentTypeReadyEventParamsInterface from "../content-type-ready-event-params.d";
2424
import ContentTypeRemovedEventParamsInterface from "../content-type-removed-event-params.d";
2525
import ObservableUpdater from "../observable-updater";
2626
import PreviewCollection from "../preview-collection";
27-
import ContentTypeDroppedCreateEventParams from "../content-type-dropped-create-event-params";
28-
import ContentTypeDuplicateEventParamsInterface from "../content-type-duplicate-event-params";
2927

3028
export default class Preview extends PreviewCollection {
3129
public static focusOperationTime: number;

0 commit comments

Comments
 (0)