mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
dynamic tournament search
This commit is contained in:
+6
-1
@@ -3,7 +3,12 @@ import Layout from "@/components/Layout";
|
||||
export default function Home() {
|
||||
return (
|
||||
<Layout>
|
||||
<main className=""></main>
|
||||
<header className="grid h-[calc(100%-64px)] bg-green-400 place-items-center">
|
||||
<div>
|
||||
<h1>Heading 1</h1>
|
||||
<h2>Heading 2</h2>
|
||||
</div>
|
||||
</header>
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user