file rename

This commit is contained in:
Stephan Dilly 2021-03-01 09:51:15 +01:00
parent a8690e6e24
commit 102b0b31fb
2 changed files with 2 additions and 2 deletions

View file

@ -8,11 +8,11 @@ mod create_branch;
mod cred;
mod diff;
mod externaleditor;
mod fetch;
mod filetree;
mod help;
mod inspect_commit;
mod msg;
mod pull;
mod push;
mod rename_branch;
mod reset;
@ -30,11 +30,11 @@ pub use commitlist::CommitList;
pub use create_branch::CreateBranchComponent;
pub use diff::DiffComponent;
pub use externaleditor::ExternalEditorComponent;
pub use fetch::PullComponent;
pub use filetree::FileTreeComponent;
pub use help::HelpComponent;
pub use inspect_commit::InspectCommitComponent;
pub use msg::MsgComponent;
pub use pull::PullComponent;
pub use push::PushComponent;
pub use rename_branch::RenameBranchComponent;
pub use reset::ResetComponent;