Files
NotionNext/themes/Hexo/LayoutCategoryIndex.js
2022-01-19 16:24:57 +08:00

12 lines
151 B
JavaScript

export const LayoutCategoryIndex = ({
tags,
allPosts,
categories,
postCount,
latestPosts
}) => {
return <div>
CategoryIndex
</div>
}