Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcfaul committed Sep 26, 2024
1 parent b2757c8 commit 41eca08
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { getAllImportsFromPackage, getComponentImportName, getDefaultDeclarationString } from "../../helpers";
import { getAllImportsFromPackage, getComponentImportName } from "../../helpers";
import { Rule } from "eslint";
import { ImportDeclaration, ImportSpecifier } from "estree-jsx";
import { ImportDeclaration } from "estree-jsx";

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

0 comments on commit 41eca08

Please sign in to comment.