Initial commit from Create Next App

This commit is contained in:
santiago
2025-05-24 12:53:24 -06:00
commit d2ac1a3576
18 changed files with 6603 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
},
};
export default config;