mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-15 15:09:25 +00:00
6 lines
133 B
JavaScript
6 lines
133 B
JavaScript
export const LayoutTag = ({ tags, posts, tag, categories, postCount, latestPosts }) => {
|
|
return <div>
|
|
Tag - {tag}
|
|
</div>
|
|
}
|