Initial commit from Create Next App

This commit is contained in:
Jack Mechem 2026-03-25 16:47:17 -07:00
commit e8115c8495
19 changed files with 6908 additions and 0 deletions

7
postcss.config.mjs Normal file
View file

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