mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-15 23:16:48 +00:00
6 lines
118 B
JavaScript
6 lines
118 B
JavaScript
export const LayoutArchive = ({ posts, tags, categories, postCount }) => {
|
|
return <div>
|
|
Archive Page
|
|
</div>
|
|
}
|