1pub use component::*; 2pub use entity::*; 3pub use extension::*; 4 5pub mod component; 6pub mod entity; 7pub mod extension; 8 9pub const NAMESPACE_CORE: &str = "core";