1pub mod alerts; 2pub mod app; 3pub mod data_validation; 4pub mod live; 5pub mod state; 6pub mod telemetry; 7 8pub use app::run as run_app;