//! # WebUI Module
//!
//! Provides a web-based user interface for track.
//! Run `track webui` to start the web server.
//!
//! ## Features
//!
//! - Modern, rich UI displaying task status
//! - Add/delete TODOs and scraps through the web interface
//! - Real-time updates via Server-Sent Events (SSE)
pub use WebState;
pub use ;
pub use AppState;
pub use Templates;