chore: clippy

This commit is contained in:
Maccesch 2024-09-02 14:56:26 +01:00
parent 0b21e9d7e4
commit e710f1752c

View file

@ -78,7 +78,7 @@ where
#[cfg(not(feature = "ssr"))]
{
use crate::js_fut;
use leptos::window;
use leptos::prelude::window;
use std::sync::{Arc, Mutex};
use wasm_bindgen::closure::Closure;
use wasm_bindgen::JsCast;