mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-23 23:16:50 +00:00
分页适配example主题
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
|
||||
import { BlogList } from './components/BlogList'
|
||||
import { BlogListPage } from './components/BlogListPage'
|
||||
import LayoutBase from './LayoutBase'
|
||||
|
||||
export const LayoutIndex = props => {
|
||||
return (
|
||||
<LayoutBase {...props}>
|
||||
<BlogList {...props} page={1} />
|
||||
<BlogListPage {...props} page={1} />
|
||||
</LayoutBase>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user