pub struct URL;
impl URL {
pub const BASE_URL: &str = "https://www.rust-ui.com/registry/index.json";
pub const URL_CONFIG_SCHEMA_JSON: &str = "https://www.rust-ui.com/schema.json";
pub const URL_REGISTRY_STYLES_JSON: &str = "https://www.rust-ui.com/registry/styles/index.json";
pub const BASE_URL_STYLES_DEFAULT: &str = "https://www.rust-ui.com/registry/styles/default";
}