Skip to content

Commit e7a8990

Browse files
author
Stephan Dilly
committed
file rename
1 parent e116685 commit e7a8990

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/components/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ mod create_branch;
88
mod cred;
99
mod diff;
1010
mod externaleditor;
11-
mod fetch;
1211
mod filetree;
1312
mod help;
1413
mod inspect_commit;
1514
mod msg;
15+
mod pull;
1616
mod push;
1717
mod rename_branch;
1818
mod reset;
@@ -30,11 +30,11 @@ pub use commitlist::CommitList;
3030
pub use create_branch::CreateBranchComponent;
3131
pub use diff::DiffComponent;
3232
pub use externaleditor::ExternalEditorComponent;
33-
pub use fetch::PullComponent;
3433
pub use filetree::FileTreeComponent;
3534
pub use help::HelpComponent;
3635
pub use inspect_commit::InspectCommitComponent;
3736
pub use msg::MsgComponent;
37+
pub use pull::PullComponent;
3838
pub use push::PushComponent;
3939
pub use rename_branch::RenameBranchComponent;
4040
pub use reset::ResetComponent;
File renamed without changes.

0 commit comments

Comments
 (0)