mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 15:09:22 +00:00
6 lines
123 B
JavaScript
6 lines
123 B
JavaScript
export const LayoutTagIndex = ({ tags, categories, postCount, latestPosts }) => {
|
|
return <div>
|
|
TagIndex
|
|
</div>
|
|
}
|