Inicio frontend

This commit is contained in:
Claudecio Martins
2025-08-25 23:51:43 +02:00
commit 2acf350c48
20 changed files with 6088 additions and 0 deletions

5
postcss.config.mjs Executable file
View File

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