1
Fork 0
bauke-xyz/source/routes/mod.rs

5 lines
66 B
Rust

/// The route for `/`.
mod home;
pub(crate) use home::HomeRoute;