mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-16 15:09:28 +00:00
6 lines
141 B
JavaScript
6 lines
141 B
JavaScript
export const LayoutPage = ({ page, posts, tags, meta, categories, postCount, latestPosts }) => {
|
|
return <div>
|
|
Page - {page}
|
|
</div>
|
|
}
|