re_context_menu/actions/mod.rs
pub mod add_container;
pub mod add_entities_to_new_view;
pub mod add_view;
pub mod clone_view;
pub mod collapse_expand_all;
pub mod move_contents_to_new_container;
pub mod remove;
pub mod show_hide;
mod copy_entity_path;
mod screenshot_action;
pub use copy_entity_path::CopyEntityPathToClipboard;
pub use screenshot_action::ScreenshotAction;