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