//! Dialog/modal window modules for CompactRS UI.
//!
//! This module groups all auxiliary window logic (modals/dialogs) into a dedicated namespace.
// Flatten the API for consumers
pub use show_settings_modal;
pub use show_about_modal;
pub use show_shortcuts_modal;
pub use ;
pub use show_force_stop_dialog;
pub use show_watcher_modal;