Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
friendlymatthew committed Aug 16, 2024
1 parent 9c36725 commit ff38c0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/demo/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ fn HomePage() -> impl IntoView {
set_count.set(0);
});


let a_ref = create_node_ref::<html::Div>();
use_hotkeys_ref!((a_ref, "digit6", "scope_a") => move |_| {
if is_green.get() {
Expand Down
2 changes: 1 addition & 1 deletion leptos_hotkeys/src/context.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use leptos::html::ElementDescriptor;
use leptos::*;
use std::collections::{BTreeSet};
use std::collections::BTreeSet;
#[cfg(not(feature = "ssr"))]
use wasm_bindgen::JsCast;

Expand Down

0 comments on commit ff38c0a

Please sign in to comment.