1pub mod point; 2pub mod rect_borders; 3#[allow(clippy::module_inception)] 4pub mod ui_location; 5pub use ui_location::*; 6pub mod ui_location_info;