mirror of
https://github.com/StepanovPlaton/torrent_frontend.git
synced 2026-04-03 20:30:48 +04:00
Init game page
This commit is contained in:
@@ -5,7 +5,7 @@ import { Section } from "@/widgets/section";
|
||||
export default async function Home() {
|
||||
const gameCards = await GameService.getGameCards();
|
||||
return (
|
||||
<div className="w-full h-full max-w-[var(--app-width)] m-auto overflow-y-auto">
|
||||
<>
|
||||
{gameCards && (
|
||||
<Section
|
||||
name="Игры"
|
||||
@@ -17,6 +17,6 @@ export default async function Home() {
|
||||
))}
|
||||
</Section>
|
||||
)}
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user