mirror of
https://github.com/danbulant/nushell
synced 2026-05-21 13:28:51 +00:00
4 lines
51 B
Rust
4 lines
51 B
Rust
mod nu;
|
|
mod textview;
|
|
|
|
pub use textview::TextView;
|