Description
Restructure application by moving home-related components and settings from app directory to a centralized views/Home structure.
- Relocated Drive view and navigation components (Navbar, Sidenav, WorkspaceSelector)
- Updated all import paths across the application to reflect new structure
- Fixed relative import paths in moved files to maintain proper module resolution
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