mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-02-02 10:54:15 -05:00
chore: rustfmt
This commit is contained in:
parent
00af363f35
commit
d9ff05afea
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
///
|
||||
|
|
Loading…
Add table
Reference in a new issue