Description
Moved signup-related components from src/app/auth to src/views/Signup for better organization and modularity.
Changes:
- Moved SignUp components to src/views/Signup/components/
- Moved useSignUp hook to src/views/Signup/hooks/useSignup.ts
- Created new utils directory for signup utilities
- Added barrel export (index.ts) for clean imports
- Updated all import paths across the codebase
- Fixed test file structure and mocks
- Renamed files for consistency (SignUp.tsx → SignupForm.tsx, useSignUp.ts → useSignup.ts)
Related Issues
Related Pull Requests
Checklist
- Changes have been tested locally.
- Unit tests have been written or updated as necessary.
- The code adheres to the repository's coding standards.
- Relevant documentation has been added or updated.
- No new warnings or errors have been introduced.
- SonarCloud issues have been reviewed and addressed.
- QA Passed