Skip to content

Commit 159b20a

Browse files
author
Juli Ovechkina
authored
fix: release 1.10.0 (#84)
1 parent 3c596f7 commit 159b20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/constructor-items/blocks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import {
3030
ImageDeviceProps,
3131
} from './common';
3232
import {ThemeSupporting} from '../../utils';
33-
import {GridColumnSize, GridColumnSizesType} from '../../grid';
33+
import {GridColumnSize, GridColumnSizesType} from '../../grid/types';
3434
import {BannerCardProps, SubBlock} from './sub-blocks';
3535

3636
export enum BlockType {

0 commit comments

Comments
 (0)