clean up mod command

This commit is contained in:
🪞👃🪞 2025-01-02 15:14:33 +01:00
parent 6663f4efcb
commit 6776e2ec55
4 changed files with 99 additions and 113 deletions

View file

@ -49,7 +49,6 @@ pub mod border; pub use self::border::*;
pub mod clock; pub use self::clock::*;
pub mod color; pub use self::color::*;
pub mod command; pub use self::command::*;
pub mod event; pub use self::event::*;
pub mod file; pub use self::file::*;
pub mod focus; pub use self::focus::*;
pub mod groovebox; pub use self::groovebox::*;