Basic sign up UI

This commit is contained in:
2024-06-19 14:03:56 +08:00
parent bc4c9dac6b
commit 45d221ba17
12 changed files with 3297 additions and 201 deletions

6
client/postcss.config.js Normal file
View File

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