feat: add signin page with functionality

This commit is contained in:
arraysid
2025-05-19 19:01:55 +07:00
parent 50cc24e46f
commit b04f687199
22 changed files with 691 additions and 56 deletions
+1
View File
@@ -25,6 +25,7 @@
"paths": {
"@components/atoms": ["../../libs/shadcn-ui/src/atoms/index.ts"],
"@utils/ui": ["../../libs/utils/src/index.ts"],
"@schemas": ["../../libs/service/src/schemas/index.ts"],
"@/*": ["src/*"]
}
},