We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaddfb5 commit a8f0775Copy full SHA for a8f0775
1 file changed
src/main.rs
@@ -1,4 +1,4 @@
1
-use leptos::ev::{keydown, KeyboardEvent, PointerEvent};
+use leptos::ev::{keydown, KeyboardEvent};
2
use leptos::prelude::*;
3
use leptos_use::{use_document, use_event_listener};
4
use web_time::{Duration, Instant};
0 commit comments