const CSS: &str = include_str!("radicle-ci.css");
const REFERESH_INTERVAL: &str = "300";
const UPDATE_INTERVAL: u64 = 300;
const UPDATE_INTERVAL: u64 = 60;
/// All possible errors returned from the status page module.
#[derive(Debug, thiserror::Error)]