4 lines
83 B
Rust
4 lines
83 B
Rust
use crate::navigation::inputs::Inputs;
|
|
|
|
pub async fn show(_inputs: &mut Inputs) {}
|