mirror of
https://github.com/StepanovPlaton/torrent_frontend.git
synced 2026-04-03 12:20:48 +04:00
7 lines
201 B
TypeScript
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>;
|
|
}
|