Skip to content

Commit

Permalink
make tests pass pls
Browse files Browse the repository at this point in the history
  • Loading branch information
LimeWub committed Jul 25, 2023
1 parent 3da9de4 commit 2a78b87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/components/action-icon/ActionIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import * as React from 'react'
import { styled, theme } from '~/stitches'
import { NavigatorActions } from '~/types'
import { Override } from '~/utilities'
import { OptionallyTooltipWrapper, type TOptionallyTooltipWrapperProps } from '~/utilities/optionally-tooltip-wrapper'
import { OptionallyTooltipWrapper } from '~/utilities/optionally-tooltip-wrapper'
import type { TOptionallyTooltipWrapperProps } from '~/utilities/optionally-tooltip-wrapper'

import { Icon } from '../icon/Icon'
import { ActionIconSizeMap } from './ActionIcon.constants'
Expand Down

0 comments on commit 2a78b87

Please sign in to comment.