diff --git a/src/use_device_pixel_ratio.rs b/src/use_device_pixel_ratio.rs index 4a829ad..025a97d 100644 --- a/src/use_device_pixel_ratio.rs +++ b/src/use_device_pixel_ratio.rs @@ -1,6 +1,6 @@ use crate::{use_event_listener_with_options, UseEventListenerOptions}; use cfg_if::cfg_if; -use leptos::{*, ev::change}; +use leptos::{ev::change, *}; /// Reactive [`window.devicePixelRatio`](https://developer.mozilla.org/en-US/docs/Web/API/Window/devicePixelRatio) ///