Description
- Move settings from app/newSettings to views/NewSettings for better organization
- Reorganize internal structure: move Sections and containers into components folder
- Create barrel exports (index.ts) in hooks, components, and utils for cleaner imports
- Update all import paths across codebase to reference new structure
- Use direct relative imports within same folder structures instead of deep barrel paths
- Add unit tests for planUtils, membersUtils, and productUtils
- Fix Section component prop requirements for nested usage
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