Skip to content

Commit 087a635

Browse files
committed
MC-2259: Build stabilization
- Updated imports and linted
1 parent 0e40bbb commit 087a635

File tree

4 files changed

+4
-16
lines changed

4 files changed

+4
-16
lines changed

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

Lines changed: 2 additions & 2 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/js/content-type/products/preview.js

Lines changed: 1 addition & 12 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/block/preview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import $ from "jquery";
77
import ko from "knockout";
88
import $t from "mage/translate";
9-
import events from "uiEvents";
9+
import events from "Magento_PageBuilder/js/events";
1010
import Config from "../../config";
1111
import ContentTypeInterface from "../../content-type";
1212
import ContentTypeConfigInterface from "../../content-type-config";

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import $ from "jquery";
77
import ko from "knockout";
88
import $t from "mage/translate";
9-
import events from "uiEvents";
109
import events from "Magento_PageBuilder/js/events";
1110
import Config from "../../config";
1211
import ContentTypeInterface from "../../content-type";

0 commit comments

Comments
 (0)