//! Domain state types for the Vortix application.
//!
//! This module contains all core state types separated by domain:
//! - `connection`: VPN connection state machine and details
//! - `profile`: VPN profile configuration and protocol types
//! - `ui`: UI-specific state like focus, input mode, and toasts
//! - `killswitch`: Kill switch mode and state
// Re-export all types for easy access
pub use ;
pub use ;
pub use ;
pub use ;