yazi/app/src/input/mod.rs
2023-08-02 10:29:49 +08:00

3 lines
37 B
Rust

mod input;
pub(super) use input::*;