diff --git a/components/relay/src/lib.rs b/components/relay/src/lib.rs index 6805fdaf55..337564f0bd 100644 --- a/components/relay/src/lib.rs +++ b/components/relay/src/lib.rs @@ -9,6 +9,7 @@ uniffi::setup_scaffolding!("relay"); pub use error::{ApiResult, Error, RelayApiError, Result}; use error_support::handle_error; +pub use rs::RelayRemoteSettingsClient; use serde::{Deserialize, Serialize}; use url::Url;