gpt-engineer-app[bot] 57ae872cc6 Fix: React Hooks order in Index page
The `Index` page component was violating the Rules of Hooks by conditionally rendering hooks. This commit refactors the component to ensure hooks are called in a consistent order across renders, resolving the "Rendered more hooks than during the previous render" error. Additionally, it addresses performance concerns by optimizing data fetching and state management.
2025-07-28 21:04:12 +02:00
2025-07-06 19:42:50 +02:00
2025-07-28 21:04:12 +02:00
2025-07-13 15:42:54 +02:00
2025-07-28 21:04:12 +02:00
2025-07-06 19:42:50 +02:00
2025-07-06 19:42:50 +02:00
2025-07-10 01:23:03 +02:00
2025-07-09 16:55:50 +02:00
2025-07-06 19:42:50 +02:00
2025-07-06 19:42:50 +02:00
2025-07-10 00:27:42 +02:00
Description
No description provided
879 KiB
Languages
TypeScript 97.4%
JavaScript 1.5%
CSS 0.7%
Shell 0.3%