mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
rename file
This commit is contained in:
parent
d21ed0467b
commit
3303003902
2 changed files with 2 additions and 2 deletions
|
|
@ -1,16 +1,16 @@
|
|||
use crossterm::event::Event;
|
||||
use tui::{backend::Backend, layout::Rect, Frame};
|
||||
|
||||
mod changes;
|
||||
mod command;
|
||||
mod commit;
|
||||
mod diff;
|
||||
mod help;
|
||||
mod index;
|
||||
pub use changes::IndexComponent;
|
||||
pub use command::CommandInfo;
|
||||
pub use commit::CommitComponent;
|
||||
pub use diff::DiffComponent;
|
||||
pub use help::HelpComponent;
|
||||
pub use index::IndexComponent;
|
||||
|
||||
///
|
||||
pub trait Component {
|
||||
|
|
|
|||
Loading…
Reference in a new issue