mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
Remove unnecessary import
This commit is contained in:
parent
46ea459988
commit
4357e3f92b
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
use std::time::Duration;
|
||||
|
||||
use std::future::Future;
|
||||
use wasm_bindgen::{prelude::Closure, JsCast, JsValue, UnwrapThrowExt};
|
||||
|
||||
use crate::{event_delegation, is_server};
|
||||
|
|
Loading…
Reference in a new issue