mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 15:09:22 +00:00
9 lines
230 B
JavaScript
9 lines
230 B
JavaScript
import LayoutBase from './LayoutBase'
|
|
|
|
export const LayoutCategoryIndex = (props) => {
|
|
// const { tags, allPosts, categories, postCount, latestPosts } = props
|
|
return <LayoutBase {...props}>
|
|
CategoryIndex
|
|
</LayoutBase>
|
|
}
|