From 9f622b6b724572a57aaabc70f721734d640a775e Mon Sep 17 00:00:00 2001 From: Upbolt Date: Tue, 6 Aug 2024 05:20:06 -0700 Subject: [PATCH] include missing send_wrapper import in use_device_orientation --- src/use_device_orientation.rs | 1 + 1 file changed, 1 insertion(+) 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