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

7
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
"recommendations": [
"Vue.volar",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
}