Files
torrent_frontend/src/app/page.tsx

7 lines
201 B
TypeScript

import { GameCard } from "@/features/gameCard";
import { Section } from "@/widgets/section";
export default function Home() {
return <div className="w-full max-w-[var(--app-width)] m-auto"></div>;
}