import { GameListIndexCombine } from './GameListIndexCombine' export const BlogListPage = props => { return ( <>
{/* 这里不显示分页组件,首页只展示部分即可 */} ) }