mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-03-30 08:14:32 +00:00
Removed unused `userState` and `statusState` bindings from `PageLayout.js` while retaining their dispatch functions for authentication and status management. Confirmed correct use of array destructuring to skip the unused toggle function returned by `useSidebarCollapsed`. This change introduces no functional differences and solely improves readability and maintainability.