Skip to content

Commit e650fee

Browse files
committed
chore: remove circular dependency
1 parent e607696 commit e650fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/Breadcrumbs/Breadcrumbs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {BoxWithFallback} from '../internal/components/BoxWithFallback'
88
import type {ForwardRefComponent as PolymorphicForwardRefComponent} from '../utils/polymorphic'
99
import {KebabHorizontalIcon} from '@primer/octicons-react'
1010
import {DynamicList, DynamicListItem, DynamicListTrigger} from '../DynamicList'
11-
import {IconButton} from '../'
11+
import {IconButton} from '../Button'
1212
import {useAnchoredPosition} from '../hooks'
1313
import type {DynamicListElement} from '@primer/dynamic-list-element'
1414

0 commit comments

Comments
 (0)