Files
vibetorrent/frontend/src/components/layout/mod.rs
spinline e5a68fb630
All checks were successful
Build MIPS Binary / build (push) Successful in 5m23s
feat: add minimal footer to protected layout
2026-02-12 22:23:20 +03:00

5 lines
69 B
Rust

pub mod sidebar;
pub mod toolbar;
pub mod footer;
pub mod protected;