mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28: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::{
|
use super::{
|
||||||
filetree::StatusTreeComponent,
|
status_tree::StatusTreeComponent,
|
||||||
utils::filetree::{FileTreeItem, FileTreeItemKind},
|
utils::filetree::{FileTreeItem, FileTreeItemKind},
|
||||||
CommandBlocking, DrawableComponent, SharedOptions,
|
CommandBlocking, DrawableComponent, SharedOptions,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,6 @@ mod diff;
|
||||||
mod externaleditor;
|
mod externaleditor;
|
||||||
mod fetch;
|
mod fetch;
|
||||||
mod file_find_popup;
|
mod file_find_popup;
|
||||||
mod filetree;
|
|
||||||
mod help;
|
mod help;
|
||||||
mod inspect_commit;
|
mod inspect_commit;
|
||||||
mod msg;
|
mod msg;
|
||||||
|
|
@ -25,13 +24,14 @@ mod reset;
|
||||||
mod revision_files;
|
mod revision_files;
|
||||||
mod revision_files_popup;
|
mod revision_files_popup;
|
||||||
mod stashmsg;
|
mod stashmsg;
|
||||||
|
mod status_tree;
|
||||||
mod syntax_text;
|
mod syntax_text;
|
||||||
mod tag_commit;
|
mod tag_commit;
|
||||||
mod taglist;
|
mod taglist;
|
||||||
mod textinput;
|
mod textinput;
|
||||||
mod utils;
|
mod utils;
|
||||||
|
|
||||||
pub use self::filetree::StatusTreeComponent;
|
pub use self::status_tree::StatusTreeComponent;
|
||||||
pub use blame_file::BlameFileComponent;
|
pub use blame_file::BlameFileComponent;
|
||||||
pub use branchlist::BranchListComponent;
|
pub use branchlist::BranchListComponent;
|
||||||
pub use changes::ChangesComponent;
|
pub use changes::ChangesComponent;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue