mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
9 lines
212 B
JavaScript
9 lines
212 B
JavaScript
import LayoutBase from './LayoutBase'
|
|
|
|
export const LayoutTagIndex = (props) => {
|
|
// const { tags, categories, postCount, latestPosts } = props
|
|
return <LayoutBase {...props}>
|
|
TagIndex
|
|
</LayoutBase>
|
|
}
|