feat: add minimal footer to protected layout
All checks were successful
Build MIPS Binary / build (push) Successful in 5m23s

This commit is contained in:
spinline
2026-02-12 22:23:20 +03:00
parent 155dd07193
commit e5a68fb630
3 changed files with 37 additions and 2 deletions

View File

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