UNPKG

zemenay-blog

Version:

Zemenay Blog as a pluggable Next.js package (dedicated DB)

6 lines (5 loc) 295 B
export { default as CommentSection } from './CommentSection'; export { default as LikeButton } from './LikeButton'; export { default as Pagination } from './Pagination'; export { default as SearchAndFilter } from './SearchAndFilter'; export { default as SocialShare } from './SocialShare';