mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-18 05:47:54 +08:00
10 lines
125 B
Rust
10 lines
125 B
Rust
//! Module related to User Interface.
|
|
|
|
pub mod table_arg;
|
|
|
|
pub mod table;
|
|
pub use table::*;
|
|
|
|
pub mod choice;
|
|
pub mod editor;
|