chore: rustfmt

This commit is contained in:
Maccesch 2024-01-03 20:58:03 +00:00
parent 00af363f35
commit d9ff05afea

View file

@ -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)
///