Initial Commit

This commit is contained in:
NIJAT
2025-12-24 07:37:01 +04:00
commit 45ec702e74
27 changed files with 10363 additions and 0 deletions

7
postcss.config.mjs Normal file
View File

@@ -0,0 +1,7 @@
const config = {
plugins: {
"@tailwindcss/postcss": {},
},
};
export default config;