We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e607696 commit e650feeCopy full SHA for e650fee
packages/react/src/Breadcrumbs/Breadcrumbs.tsx
@@ -8,7 +8,7 @@ import {BoxWithFallback} from '../internal/components/BoxWithFallback'
8
import type {ForwardRefComponent as PolymorphicForwardRefComponent} from '../utils/polymorphic'
9
import {KebabHorizontalIcon} from '@primer/octicons-react'
10
import {DynamicList, DynamicListItem, DynamicListTrigger} from '../DynamicList'
11
-import {IconButton} from '../'
+import {IconButton} from '../Button'
12
import {useAnchoredPosition} from '../hooks'
13
import type {DynamicListElement} from '@primer/dynamic-list-element'
14
0 commit comments