//! Remote server client for TUI
//!
//! Provides HTTP and WebSocket clients for connecting the TUI to a remote
//! Conflux server. Supports bearer token authentication.
pub use RemoteClient;
// Re-export project URL helpers used by the binary (main.rs).
// The lib target doesn't reference them directly, so silence the warning.
pub use ;
pub use group_changes_by_project;
pub use RemoteStateUpdate;