Skip to content

Commit

Permalink
feat: export schemas of forms (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
niktverd authored Jan 12, 2024
1 parent 7a21926 commit eca7a95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/schema/validators/components.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from '../../components/Author/schema';
export * from '../../components/Image/schema';
export * from '../../components/YandexForm/schema';
1 change: 1 addition & 0 deletions src/schema/validators/sub-blocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ export * from '../../sub-blocks/Quote/schema';
export * from '../../sub-blocks/Divider/schema';
export * from '../../sub-blocks/BasicCard/schema';
export * from '../../sub-blocks/PriceCard/schema';
export * from '../../sub-blocks/HubspotForm/schema';

0 comments on commit eca7a95

Please sign in to comment.