diff --git a/src/runtime2/component/mod.rs b/src/runtime2/component/mod.rs index 72240a091c4b44ed376ff93fef76f4dc15b5e120..3b34d472f560a256641693c1d22ea24e77edc60a 100644 --- a/src/runtime2/component/mod.rs +++ b/src/runtime2/component/mod.rs @@ -4,7 +4,8 @@ mod control_layer; mod consensus; mod component; -pub(crate) use component_pdl::{CompPDL, CompScheduling}; +pub(crate) use component::{Component, CompScheduling}; +pub(crate) use component_pdl::{CompPDL}; pub(crate) use component_context::CompCtx; pub(crate) use control_layer::{ControlId};