mirror of
https://github.com/apricote/ein-pfeil-am-rechten-fleck.de.git
synced 2026-01-13 13:01:02 +00:00
7 lines
230 B
TypeScript
7 lines
230 B
TypeScript
export default function Home() {
|
|
return (
|
|
<div className="flex flex-col items-center justify-center py-2">
|
|
<main className="flex flex-col items-center justify-center flex-1 px-20 text-center"></main>
|
|
</div>
|
|
);
|
|
}
|