add mobile-voting

This commit is contained in:
2025-08-12 15:47:05 +02:00
parent 21d5f56a39
commit 76b084b541
5 changed files with 124 additions and 56 deletions
+2
View File
@@ -2,6 +2,8 @@ export default function PostGame() {
return (
<main className="flex min-h-screen flex-col items-center justify-between p-24">
<h1>Post-game</h1>
<p>Bedankt voor het stemmen!</p>
<p>;)</p>
</main>
);
}