File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type/column-group Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import {getDraggedContentTypeConfig} from "../../drag-drop/registry";
18
18
import { hiddenClass } from "../../drag-drop/sortable" ;
19
19
import checkStageFullScreen from "../../utils/check-stage-full-screen" ;
20
20
import { createStyleSheet } from "../../utils/create-stylesheet" ;
21
+ import pageBuilderHeaderHeight from "../../utils/pagebuilder-header-height" ;
21
22
import { default as ColumnGroupPreview } from "../column-group/preview" ;
22
23
import { BindResizeHandleEventParamsInterface , InitElementEventParamsInterface } from "../column/column-events.types" ;
23
24
import ColumnPreview from "../column/preview" ;
@@ -27,7 +28,6 @@ import Resize, {
27
28
} from "../column/resize" ;
28
29
import { ContentTypeRemovedEventParamsInterface } from "../content-type-events.types" ;
29
30
import ObservableUpdater from "../observable-updater" ;
30
- import pageBuilderHeaderHeight from "../../utils/pagebuilder-header-height" ;
31
31
import PreviewCollection from "../preview-collection" ;
32
32
import { calculateDropPositions , DropPosition } from "./drag-and-drop" ;
33
33
import { createColumn } from "./factory" ;
You can’t perform that action at this time.
0 commit comments