Initial commit: Tic Tac Toe game

This commit is contained in:
Carlos
2026-06-24 20:56:19 +02:00
commit bc61cf6842
17 changed files with 394 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;