use *;
use *;
/// Events bridging communication back from the web to bevy
/// Bevy plugin to register the required machinery to receive events from web (on wasm)
/// and register the `WebAlertResponse` event with bevy.
/// This turns to a no-op on anything non-wasm, so it does not need to be cfg-gated.
;