Initial commit

This commit is contained in:
m7amedez5511
2026-06-03 13:23:41 +03:00
commit 54e57ff32a
20 changed files with 7030 additions and 0 deletions

7
postcss.config.mjs Normal file
View File

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