file structure

This commit is contained in:
mahlatseclayton
2026-07-29 21:21:45 +02:00
parent 17f1f01c0d
commit 7915ff5f55
24 changed files with 287 additions and 47 deletions

7
postcss.config.mjs Normal file
View File

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