Skip to content

Commit 328061d

Browse files
author
Stephan Dilly
committed
file rename
1 parent 5a7c85d commit 328061d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/changes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use super::{
2-
filetree::StatusTreeComponent,
2+
status_tree::StatusTreeComponent,
33
utils::filetree::{FileTreeItem, FileTreeItemKind},
44
CommandBlocking, DrawableComponent, SharedOptions,
55
};

src/components/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ mod diff;
1212
mod externaleditor;
1313
mod fetch;
1414
mod file_find_popup;
15-
mod filetree;
1615
mod help;
1716
mod inspect_commit;
1817
mod msg;
@@ -25,13 +24,14 @@ mod reset;
2524
mod revision_files;
2625
mod revision_files_popup;
2726
mod stashmsg;
27+
mod status_tree;
2828
mod syntax_text;
2929
mod tag_commit;
3030
mod taglist;
3131
mod textinput;
3232
mod utils;
3333

34-
pub use self::filetree::StatusTreeComponent;
34+
pub use self::status_tree::StatusTreeComponent;
3535
pub use blame_file::BlameFileComponent;
3636
pub use branchlist::BranchListComponent;
3737
pub use changes::ChangesComponent;
File renamed without changes.

0 commit comments

Comments
 (0)