Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfarrant committed Oct 24, 2024
1 parent 619b7cd commit 4b54fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/Icon/Icon.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import '@testing-library/jest-dom'
import {axe, toHaveNoViolations} from 'jest-axe'
import {GitMergeIcon} from '@primer/octicons-react'

import {Icon, IconSize, iconSizes, numericIconSizes} from './Icon'
import {Icon} from './Icon'

expect.extend(toHaveNoViolations)

Expand Down

0 comments on commit 4b54fcb

Please sign in to comment.