first commit

This commit is contained in:
Bivekich
2025-06-26 06:59:59 +03:00
commit d44874775c
450 changed files with 76635 additions and 0 deletions

6
postcss.config.mjs Normal file
View File

@ -0,0 +1,6 @@
export default {
plugins: {
"@tailwindcss/postcss": {},
},
};