mirror of
https://github.com/StepanovPlaton/torrent_frontend.git
synced 2026-04-03 20:30:48 +04:00
Adaptive header for modile and tablet
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
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">
|
||||
<Section name="Игры">a</Section>
|
||||
</div>
|
||||
);
|
||||
return <div className="w-full max-w-[var(--app-width)] m-auto"></div>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user