bug fixes

This commit is contained in:
Aidan Haas
2025-07-08 12:37:29 -04:00
parent 2f4cdc25ce
commit e9a7fe9b25
3 changed files with 6 additions and 5 deletions
-3
View File
@@ -26,9 +26,6 @@ export default function HomePage() {
await fetch('http://localhost:8080/next'); // triggers backend to emit event
};
return (
<main className="p-6">
<h1 className="text-2xl font-bold mb-4">Game Turn Tracker</h1>