This commit is contained in:
2025-10-12 14:53:27 +02:00
parent 2581435b10
commit 2239badc8a
16 changed files with 1116 additions and 1414 deletions

View File

@@ -1,8 +1,9 @@
pub mod alerts;
pub mod backup;
pub mod dashboard;
pub mod memory;
pub mod storage;
pub mod services;
pub mod storage;
pub mod system;
pub mod widget;
pub use dashboard::render;