refactor: migrate from mod.rs to named module files

This commit is contained in:
Christian Visintin
2026-02-27 22:41:51 +01:00
parent 92fc4fa098
commit 1461a68bb3
20 changed files with 0 additions and 0 deletions

View File

@@ -1,15 +0,0 @@
//! ## System
//!
//! `system` is the module which contains functions and data types related to current system
// modules
pub mod auto_update;
pub mod bookmarks_client;
pub mod config_client;
pub mod environment;
mod keys;
pub mod logging;
pub mod notifications;
pub mod sshkey_storage;
pub mod theme_provider;
pub mod watcher;