mirror of
https://github.com/nushell/nushell.git
synced 2025-04-03 14:10:41 +02:00
5 lines
51 B
Rust
5 lines
51 B
Rust
mod nu;
|
|
mod textview;
|
|
|
|
pub use textview::TextView;
|