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 246c45e commit 2973e54Copy full SHA for 2973e54
packages/styled-react/src/components/NavList.tsx
@@ -1,4 +1,4 @@
1
-import {NavList as PrimerNavList, Box} from '@primer/react'
+import {NavList as PrimerNavList} from '@primer/react'
2
import type {
3
NavListProps as PrimerNavListProps,
4
NavListItemProps as PrimerNavListItemProps,
@@ -8,6 +8,7 @@ import type {
8
} from '@primer/react'
9
import {forwardRef, type PropsWithChildren} from 'react'
10
import {type SxProp} from '../sx'
11
+import Box from './Box'
12
13
type RefComponent<E extends HTMLElement, P> = React.ForwardRefExoticComponent<P & React.RefAttributes<E>>
14
0 commit comments