Get dynamic component loading working

This commit is contained in:
Michael Mikovsky
2025-11-14 09:43:41 -07:00
parent cc2b2960e8
commit f34ac017ce
13 changed files with 119 additions and 82 deletions
+1 -6
View File
@@ -10,15 +10,10 @@ mod components;
pub use components::get_components;
mod announcement;
use std::{
fmt,
// sync::{Arc, Mutex},
};
use std::fmt;
pub use announcement::Announcement;
// use crate::module::{Interface, Manager};
///Generic error type for module-related operations.
#[derive(Debug)]
pub enum ModuleError {