mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2026-07-31 15:49:04 +02:00
4 lines
58 B
TypeScript
4 lines
58 B
TypeScript
export default function Home() {
|
|
return <h1>Home</h1>;
|
|
}
|