mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-01 14:04:57 +03:00
Merge pull request #1944 from gitbutlerapp/remove-unused-modules
Remove unused modules
This commit is contained in:
commit
5c739aa88e
@ -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;
|
Loading…
Reference in New Issue
Block a user