mirror of
https://github.com/ratatui-org/ratatui
synced 2024-12-03 09:59:31 +00:00
4 lines
39 B
Rust
4 lines
39 B
Rust
|
mod app;
|
||
|
pub mod ui;
|
||
|
pub use app::App;
|