Newer
Older

Yusuf Akgül
committed
import Sort from "@/components/filter-sort-games"
import { PopoverSort } from "@/components/filter-sort-games-mobile"

Yusuf Akgül
committed
import { GlobalLayout } from "@/components/global-layout"
import { InfiniteScrollGames } from "@/components/infinity-scroll"
import ScrollToTop from "@/components/scroll-to-top"
export default async function GamesPage() {

Yusuf Akgül
committed
<GlobalLayout
mainContent={
<>

Yusuf Akgül
committed
<InfiniteScrollGames />

Yusuf Akgül
committed
</>
}
sideContent={

Yusuf Akgül
committed
}
/>