Skip to content

Commit 33fafee

Browse files
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

7 files changed

+217
-195
lines changed

package-lock.json

Lines changed: 62 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"postcss": "^8.4.47",
5151
"prettier": "^3.0.1",
5252
"prettier-plugin-tailwindcss": "^0.4.1",
53-
"tailwindcss": "^3.4.14",
53+
"tailwindcss": "^3.4.17",
5454
"vite": "^4.5.5"
5555
}
5656
}

0 commit comments

Comments
 (0)