mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-02-02 10:54:15 -05:00
include missing send_wrapper import in use_device_orientation
This commit is contained in:
parent
c42605c1ad
commit
9f622b6b72
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue