Initial commit from Create Next App

This commit is contained in:
Logan Cusano
2025-05-25 15:08:38 -04:00
commit 0b476d578f
17 changed files with 5994 additions and 0 deletions

5
postcss.config.mjs Normal file
View File

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