pub struct MyUrl;
impl MyUrl {
pub const URL_REGISTRY_INDEX_JSON: &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";
}