mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
7 lines
154 B
JavaScript
7 lines
154 B
JavaScript
export const LayoutArchive = (props) => {
|
|
// const { posts, tags, categories, postCount } = props
|
|
return <div {...props}>
|
|
Archive Page
|
|
</div>
|
|
}
|