Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Removed duplicate Routes block to prevent redundant rendering
- Eliminated a second Routes block in App.jsx that caused components to render twice. - Ensured that routing logic is handled within the Preloader conditional. - Verified application layout to confirm proper rendering without duplication. - Improved overall code structure and performance by avoiding unnecessary renders.
- Loading branch information