Skip to content

Commit 2973e54

Browse files
committed
import fix
1 parent 246c45e commit 2973e54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/styled-react/src/components/NavList.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {NavList as PrimerNavList, Box} from '@primer/react'
1+
import {NavList as PrimerNavList} from '@primer/react'
22
import type {
33
NavListProps as PrimerNavListProps,
44
NavListItemProps as PrimerNavListItemProps,
@@ -8,6 +8,7 @@ import type {
88
} from '@primer/react'
99
import {forwardRef, type PropsWithChildren} from 'react'
1010
import {type SxProp} from '../sx'
11+
import Box from './Box'
1112

1213
type RefComponent<E extends HTMLElement, P> = React.ForwardRefExoticComponent<P & React.RefAttributes<E>>
1314

0 commit comments

Comments
 (0)