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