pub mod shared; pub mod ui_server; pub use shared::AppState; pub use ui_server::configure_router;