mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
file rename
This commit is contained in:
parent
5a7c85daee
commit
328061dec6
3 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
use super::{
|
||||
filetree::StatusTreeComponent,
|
||||
status_tree::StatusTreeComponent,
|
||||
utils::filetree::{FileTreeItem, FileTreeItemKind},
|
||||
CommandBlocking, DrawableComponent, SharedOptions,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ mod diff;
|
|||
mod externaleditor;
|
||||
mod fetch;
|
||||
mod file_find_popup;
|
||||
mod filetree;
|
||||
mod help;
|
||||
mod inspect_commit;
|
||||
mod msg;
|
||||
|
|
@ -25,13 +24,14 @@ mod reset;
|
|||
mod revision_files;
|
||||
mod revision_files_popup;
|
||||
mod stashmsg;
|
||||
mod status_tree;
|
||||
mod syntax_text;
|
||||
mod tag_commit;
|
||||
mod taglist;
|
||||
mod textinput;
|
||||
mod utils;
|
||||
|
||||
pub use self::filetree::StatusTreeComponent;
|
||||
pub use self::status_tree::StatusTreeComponent;
|
||||
pub use blame_file::BlameFileComponent;
|
||||
pub use branchlist::BranchListComponent;
|
||||
pub use changes::ChangesComponent;
|
||||
|
|
|
|||
Loading…
Reference in a new issue