Skip to content

Commit

Permalink
chore: tidy up imports (#10624)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco authored Oct 26, 2024
1 parent ab20ae7 commit d7c9321
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { E2EPage, newE2EPage } from "@stencil/core/testing";
import { toHaveNoViolations } from "jest-axe";
import { html } from "../../../support/formatting";
import { isElementFocused } from "./../utils";
import { isElementFocused } from "../utils";
import { isHTML, getTag, getTagOrHTMLWithBeforeContent } from "./utils";
export { TagOrHTMLWithBeforeContent } from "./interfaces";
import { FocusableOptions } from "./focusable";
Expand Down

0 comments on commit d7c9321

Please sign in to comment.