1//! WASM bindings for server communication configuration 2 3mod client; 4mod js_repository; 5pub use client::*; 6pub use js_repository::*;