feat: create chessboard, fix makeMove

This commit is contained in:
Cozma Rares
2023-06-06 23:34:39 +03:00
parent 3878b343b4
commit e1da622457
24 changed files with 1093 additions and 467 deletions
+6
View File
@@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}