5 lines
66 B
Rust
5 lines
66 B
Rust
|
/// The route for `/`.
|
||
|
mod home;
|
||
|
|
||
|
pub(crate) use home::HomeRoute;
|