Skip to content

Commit

Permalink
fix(Review): expose export
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed May 24, 2022
1 parent e5419ff commit 1c53f0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/schema-org/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export * from './nodes/Image'
export * from './nodes/LocalBusiness'
export * from './nodes/Product'
export * from './nodes/Question'
export * from './nodes/Review'
export * from './nodes/Recipe'
export * from './nodes/Video'
export * from './nodes/WebPage'
Expand Down
1 change: 1 addition & 0 deletions packages/schema-org/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const RootSchemas = [
'Product',
'Question',
'Recipe',
'Review',
'Video',
'WebPage',
'WebSite',
Expand Down

0 comments on commit 1c53f0c

Please sign in to comment.