Estado actual con errores de sintaxis en GameBoard.tsx

This commit is contained in:
Resistencia Dev
2025-12-05 22:07:20 +01:00
commit 8d423ac19d
75 changed files with 2228 additions and 0 deletions

6
client/postcss.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}