Skip to content

Commit

Permalink
chore: use export type
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Feb 1, 2024
1 parent 4a50404 commit 8b92cbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/plugin-feed/src/node/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './feedPlugin.js'
export * from '../typings/index.js'
export type * from '../typings/index.js'
2 changes: 1 addition & 1 deletion plugins/plugin-seo/src/node/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './options.js'
export * from './seoPlugin.js'
export * from '../typings/index.js'
export type * from '../typings/index.js'

0 comments on commit 8b92cbe

Please sign in to comment.