6 lines
71 B
Rust
6 lines
71 B
Rust
// src/functions/modes.rs
|
|
|
|
pub mod navigation;
|
|
|
|
pub use navigation::*;
|