UX prototype complete

This commit is contained in:
Pedram Amini
2025-11-23 19:00:08 -06:00
commit ca85ff7c48
39 changed files with 18181 additions and 0 deletions

6
postcss.config.mjs Normal file
View File

@@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}