mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-22 12:43:16 +00:00
11 lines
205 B
Rust
11 lines
205 B
Rust
mod about;
|
|
mod email;
|
|
mod recipe;
|
|
mod traceroute;
|
|
mod weather;
|
|
|
|
pub use about::AboutTab;
|
|
pub use email::EmailTab;
|
|
pub use recipe::RecipeTab;
|
|
pub use traceroute::TracerouteTab;
|
|
pub use weather::WeatherTab;
|