Premier commit - front

This commit is contained in:
2025-03-16 08:52:19 +01:00
commit b01049c1c6
63 changed files with 10000 additions and 0 deletions

5
postcss.config.mjs Normal file
View File

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