Skip to content

Commit

Permalink
Removed extraneous import
Browse files Browse the repository at this point in the history
  • Loading branch information
thatblindgeye committed Mar 5, 2024
1 parent e502114 commit 096ceba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { getFromPackage, findElementAncestor } from "../../helpers";
import { Rule } from "eslint";
import { JSXOpeningElement, JSXElement } from "estree-jsx";
import { JSXOpeningElement } from "estree-jsx";

// https://github.com/patternfly/patternfly-react/pull/9876
module.exports = {
Expand Down

0 comments on commit 096ceba

Please sign in to comment.