We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c596f7 commit 159b20aCopy full SHA for 159b20a
src/models/constructor-items/blocks.ts
@@ -30,7 +30,7 @@ import {
30
ImageDeviceProps,
31
} from './common';
32
import {ThemeSupporting} from '../../utils';
33
-import {GridColumnSize, GridColumnSizesType} from '../../grid';
+import {GridColumnSize, GridColumnSizesType} from '../../grid/types';
34
import {BannerCardProps, SubBlock} from './sub-blocks';
35
36
export enum BlockType {
0 commit comments