Skip to content

Commit 2136f7b

Browse files
niktverdNikolay Tverdokhlebov
andauthored
fix: contentBase import (#109)
Co-authored-by: Nikolay Tverdokhlebov <[email protected]>
1 parent cd3fe82 commit 2136f7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/blocks/Media/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
AnimatableProps,
88
mediaDirection,
99
} from '../../schema/validators/common';
10-
import {ContentBase} from '../../../src/sub-blocks/Content/schema';
10+
import {ContentBase} from '../../sub-blocks/Content/schema';
1111

1212
export const Media = {
1313
type: 'object',

src/sub-blocks/CardWithImage/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {omit} from 'lodash';
22

33
import {BaseProps, textSize} from '../../schema/validators/common';
44
import {filteredArray} from '../../schema/validators/utils';
5-
import {ContentBase} from '../../../src/sub-blocks/Content/schema';
5+
import {ContentBase} from '../../sub-blocks/Content/schema';
66

77
const CardWithImageContentProps = omit(ContentBase, ['links', 'size', 'text', 'theme']);
88

0 commit comments

Comments
 (0)