Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman committed Sep 7, 2024
1 parent 018744a commit 23731b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/dom/src/get_queries_for_element.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ use web_sys::HtmlElement;
use crate::{
error::QueryError,
queries::*,
types::{Matcher, MatcherOptions, WaitForOptions},
SelectorMatcherOptions,
types::{Matcher, MatcherOptions, SelectorMatcherOptions, WaitForOptions},
};

pub fn get_queries_for_element(element: HtmlElement) -> BoundFunctions {
Expand Down

0 comments on commit 23731b7

Please sign in to comment.