feat: register page

This commit is contained in:
2025-05-10 14:19:41 +03:00
parent cc7307a655
commit e342da34c0
4 changed files with 149 additions and 1 deletions

View File

@@ -9,5 +9,6 @@
"[\"'`]([^\"'`]*).*?[\"'`]"
]
],
"editor.formatOnSave": true
"editor.formatOnSave": true,
"editor.tabSize": 2
}