A good start with app

This commit is contained in:
2025-04-12 03:29:37 -04:00
parent e0bd4c7f7a
commit ef934d2b36
51 changed files with 420 additions and 3209 deletions

5
postcss.config.mjs Normal file
View File

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