Add purchase history and related tickets features

This commit is contained in:
Lorentz Hinrichsen 2025-10-28 11:21:04 -04:00
parent 47589b0742
commit cf5fabe306
88 changed files with 10150 additions and 0 deletions

View file

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