diff --git a/src/use_device_orientation.rs b/src/use_device_orientation.rs index f9c0f67..051a10d 100644 --- a/src/use_device_orientation.rs +++ b/src/use_device_orientation.rs @@ -1,5 +1,6 @@ use cfg_if::cfg_if; use leptos::prelude::wrappers::read::Signal; +use send_wrapper::SendWrapper; /// Reactive [DeviceOrientationEvent](https://developer.mozilla.org/en-US/docs/Web/API/DeviceOrientationEvent). /// Provide web developers with information from the physical orientation of