Files
NotionNext/themes/Empty/LayoutCategoryIndex.js
2022-01-16 10:17:50 +08:00

12 lines
151 B
JavaScript

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