pub(crate) use self::window::*;
pub(crate) mod dissimilaroriginlocation;
pub(crate) mod dissimilaroriginwindow;
pub(crate) mod history;
pub(crate) mod location;
#[allow(clippy::module_inception, reason = "The interface name is Window")]
pub(crate) mod window;
pub(crate) mod windowproxy;