mirror of
https://github.com/nushell/nushell.git
synced 2025-03-25 14:07:26 +01:00
5 lines
51 B
Rust
5 lines
51 B
Rust
mod nu;
|
|
mod textview;
|
|
|
|
pub use textview::TextView;
|