//! Basic dashboard disabled - needs refactoring after client architecture changes //! //! This example referenced old client types that were removed when TLI was refactored. //! //! To re-enable: Update to use current client API and event types #![allow(unused_crate_dependencies)] fn main() { println!("Basic dashboard disabled - needs refactoring for current client API"); }