Initial commit from Create Next App

This commit is contained in:
konrad-enlaye
2025-12-02 10:26:31 -05:00
commit 4172af8b4f
17 changed files with 4325 additions and 0 deletions

7
postcss.config.mjs Normal file
View File

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