Skip to content

Commit

Permalink
fix(core): export define actions
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Sep 15, 2022
1 parent 5175e87 commit 7c46e3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/schema-org/src/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ export const schemaAutoImports = [
...RootSchemas
.map(schema => [`define${schema}`])
.flat(),
'defineSearchAction',
'defineReadAction',
]

export const schemaOrgAutoImports = [
Expand Down

0 comments on commit 7c46e3f

Please sign in to comment.