Refactor App routing to fix infinite recursion and stack overflow errors
All checks were successful
Build MIPS Binary / build (push) Successful in 4m8s

This commit is contained in:
spinline
2026-02-07 16:10:06 +03:00
parent 3c13f99652
commit 9d0eb11f16
3 changed files with 91 additions and 102 deletions

View File

@@ -1,3 +1,4 @@
pub mod sidebar;
pub mod toolbar;
pub mod statusbar;
pub mod toolbar;
pub mod protected;