echoer/frontend/src/components/mod.rs

4 lines
83 B
Rust

mod navbar;
pub use navbar::Navbar;
mod theme_toggle;
pub use theme_toggle::Toggle;