initial commit - setup dialog and magic link login

This commit is contained in:
2024-03-30 00:30:13 -06:00
commit 56e660f49d
41 changed files with 7681 additions and 0 deletions

6
postcss.config.js Normal file
View File

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