mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
10 lines
154 B
TypeScript
10 lines
154 B
TypeScript
import Layout from "@/components/Layout";
|
|
|
|
export default function Home() {
|
|
return (
|
|
<Layout>
|
|
<main className=""></main>
|
|
</Layout>
|
|
);
|
|
}
|