Adding the form and the api call

This commit is contained in:
2026-03-14 00:40:03 -04:00
parent 6ce0fc0768
commit 6b651d3c4f
9 changed files with 463 additions and 75 deletions

View File

@@ -6,9 +6,10 @@
"@/*": ["src/*"],
"@src/*": ["src/*"],
"@components/*": ["src/components/*"],
"@api/*": ["src/api/*"],
"@store/*": ["src/store/*"],
"@types/*": ["src/types/*"],
"@styles/*": ["src/styles/*"],
"@atoms/*": ["src/components/atoms/*"],
"@molecules/*": ["src/components/molecules/*"],
"@organisms/*": ["src/components/organisms/*"],
"@templates/*": ["src/components/templates/*"]
}