Skip to content

Commit

Permalink
Fix circular dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
khiga8 committed May 30, 2024
1 parent b1ee5bf commit f4156d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react/src/ActionList/TrailingAction.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import React, {forwardRef} from 'react'
// import type {SxProp} from '../sx'
import type {IconButtonProps} from '../Button'
import {IconButton, Box} from '..'
import Box from '../Box'
import {IconButton} from '../Button'
import {TEXT_ROW_HEIGHT} from './shared'

export type ActionListTrailingActionProps = IconButtonProps
Expand Down

0 comments on commit f4156d1

Please sign in to comment.