Skip to content

Commit 756c209

Browse files
authored
feat: add components schemas in export (#319)
1 parent e4da6de commit 756c209

File tree

2 files changed

+4
-0
lines changed

2 files changed

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

src/schema/validators/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import * as blocks from './blocks';
22
import * as common from './common';
3+
import * as components from './components';
34
import * as navigation from './navigation';
45
import * as pixel from './pixel';
56
import * as subBlocks from './sub-blocks';
@@ -8,6 +9,7 @@ import * as utils from './utils';
89
export const validators = {
910
blocks,
1011
common,
12+
components,
1113
subBlocks,
1214
pixel,
1315
utils,

0 commit comments

Comments
 (0)