test minor change

This commit is contained in:
2025-08-01 11:01:27 -04:00
parent 9d573b4b7d
commit 7e5bc73b0d

View File

@@ -6,7 +6,7 @@ export default function App() {
return ( return (
<main> <main>
<h1>here be games</h1> <h1>here will be games</h1>
</main> </main>
); );
} }