Skip to content

Commit e7da3ce

Browse files
author
Cari Spruiell
committed
MAGETWO-90464: Stabilize Builds
- fix imports
1 parent 6c2dd94 commit e7da3ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/js/binding/sortable-children.js

Lines changed: 1 addition & 1 deletion
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/binding/sortable-children.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
import $ from "jquery";
77
import ko from "knockout";
88
import events from "uiEvents";
9-
import ContentTypeInterface from "./content-type.d";
10-
import {moveArrayItem} from "./utils/array";
9+
import ContentTypeInterface from "../content-type.d";
10+
import {moveArrayItem} from "../utils/array";
1111

1212
// Create a new sortable Knockout binding
1313
ko.bindingHandlers.sortableChildren = {

0 commit comments

Comments
 (0)