Skip to content

Commit

Permalink
lint: re-lint following ESLint dev-deps upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Sep 9, 2024
1 parent 78de54b commit 15a6af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/IconButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import classnames from 'classnames'
import { useMemo, type MouseEvent, type ButtonHTMLAttributes, type FunctionComponent, useCallback } from 'react'
import styled from 'styled-components'

import { getPrimaryButtonCss, getSecondaryButtonCss } from './Button/styles'
import { Accent, Size } from '../constants'
import { getPrimaryButtonCss, getSecondaryButtonCss } from './Button/styles'
import { type IconProps } from '../types/definitions'
import { stopMouseEventPropagation } from '../utils/stopMouseEventPropagation'

Expand Down

0 comments on commit 15a6af0

Please sign in to comment.