This commit is contained in:
2025-08-01 23:20:02 -04:00
parent 7e5bc73b0d
commit e6cee7c2fa
79 changed files with 316 additions and 8 deletions

5
src/routes/index.tsx Normal file
View File

@@ -0,0 +1,5 @@
import Game from "../components/Game";
export default () => {
return <Game />;
};