1pub use component::config_file::*; 2pub use entity::config_file::*; 3 4pub mod component; 5pub mod entity; 6 7pub const NAMESPACE_CONFIG: &str = "config";