//! 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 fn main() { println!("Basic dashboard disabled - needs refactoring for current client API"); }