mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
thaw_utils: upgrade leptosv0.7
This commit is contained in:
parent
51c2d24242
commit
6b7f689b87
1 changed files with 1 additions and 5 deletions
|
@ -1,9 +1,5 @@
|
|||
use ::wasm_bindgen::{prelude::Closure, JsCast};
|
||||
use leptos::{
|
||||
ev,
|
||||
tachys::{renderer::DomRenderer, view::any_view::AnyView},
|
||||
};
|
||||
use std::ops::Deref;
|
||||
use leptos::{ev, tachys::renderer::DomRenderer};
|
||||
use web_sys::EventTarget;
|
||||
|
||||
pub fn add_event_listener<E>(
|
||||
|
|
Loading…
Add table
Reference in a new issue