Merge pull request #1944 from gitbutlerapp/remove-unused-modules

Remove unused modules
This commit is contained in:
Nikita Galaiko 2023-12-05 17:00:12 +01:00 committed by GitHub
commit 5c739aa88e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,35 +0,0 @@
mod branches;
pub use branches::Branches;
mod clear;
pub use clear::Clear;
mod commit;
pub use commit::Commit;
mod flush;
pub use flush::Flush;
mod info;
pub use info::Info;
mod mv;
pub use mv::Move;
mod new;
pub use new::New;
mod remotes;
pub use remotes::Remotes;
mod reset;
pub use reset::Reset;
mod run;
pub use run::RunCommand;
mod setup;
pub use setup::Setup;
mod status;
pub use status::Status;