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