mirror of
https://github.com/nushell/nushell.git
synced 2025-01-21 05:40:59 +01:00
5 lines
51 B
Rust
5 lines
51 B
Rust
mod nu;
|
|
mod textview;
|
|
|
|
pub use textview::TextView;
|