1pub mod app; 2pub mod auth; 3pub mod errors; 4pub mod github; 5pub mod logging; 6pub mod ui; 7 8pub mod prelude;