Commit 33fafee
committed
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.1 parent f44d522 commit 33fafee
File tree
7 files changed
+217
-195
lines changed- src
- pages
7 files changed
+217
-195
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
0 commit comments