mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-16 07:26:47 +00:00
12 lines
151 B
JavaScript
12 lines
151 B
JavaScript
export const LayoutCategoryIndex = ({
|
|
tags,
|
|
allPosts,
|
|
categories,
|
|
postCount,
|
|
latestPosts
|
|
}) => {
|
|
return <div>
|
|
CategoryIndex
|
|
</div>
|
|
}
|