echoer/frontend/src/components/mod.rs

4 lines
83 B
Rust
Raw Normal View History

2024-12-20 23:45:25 +08:00
mod navbar;
pub use navbar::Navbar;
mod theme_toggle;
pub use theme_toggle::Toggle;