diff --git a/src/runtime2/component/mod.rs b/src/runtime2/component/mod.rs index 58b0ea3defc4d26d844fcc1bb86f53a6d84d98ff..72240a091c4b44ed376ff93fef76f4dc15b5e120 100644 --- a/src/runtime2/component/mod.rs +++ b/src/runtime2/component/mod.rs @@ -2,6 +2,7 @@ mod component_pdl; mod component_context; mod control_layer; mod consensus; +mod component; pub(crate) use component_pdl::{CompPDL, CompScheduling}; pub(crate) use component_context::CompCtx;