mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 00:59:22 -05:00
chore: clippy
This commit is contained in:
parent
0b21e9d7e4
commit
e710f1752c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue