Skip to content

Commit eca7a95

Browse files
authored
feat: export schemas of forms (#769)
1 parent 7a21926 commit eca7a95

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export * from '../../components/Author/schema';
22
export * from '../../components/Image/schema';
3+
export * from '../../components/YandexForm/schema';

src/schema/validators/sub-blocks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ export * from '../../sub-blocks/Quote/schema';
77
export * from '../../sub-blocks/Divider/schema';
88
export * from '../../sub-blocks/BasicCard/schema';
99
export * from '../../sub-blocks/PriceCard/schema';
10+
export * from '../../sub-blocks/HubspotForm/schema';

0 commit comments

Comments
 (0)