bevy_hierarchy/components/
mod.rs

1
2
3
4
5
mod children;
mod parent;

pub use children::Children;
pub use parent::Parent;