Skip to content

Commit 9d292d1

Browse files
committed
import React
1 parent 0b24ec2 commit 9d292d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/styled-react/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {
1515
type SegmentedControlButtonProps as PrimerSegmentedControlButtonProps,
1616
type SegmentedControlIconButtonProps as PrimerSegmentedControlIconButtonProps,
1717
} from '@primer/react'
18-
import {forwardRef, type PropsWithChildren} from 'react'
18+
import React, {forwardRef, type PropsWithChildren} from 'react'
1919
import type {
2020
BackgroundProps,
2121
BorderProps,

0 commit comments

Comments
 (0)