tij 0.4.16

Text-mode interface for Jujutsu - a TUI for jj version control
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Reusable UI components
//!
//! Common building blocks for views.

pub mod blocks;
pub mod dialog;
pub mod empty_state;
pub mod message;

pub use blocks::*;
pub use dialog::*;
pub use empty_state::*;
pub use message::*;