File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/styled-react/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import { Octicon as PrimerOcticon , type OcticonProps as PrimerOcticonProps } from '@primer/react/deprecated'
22import styled from 'styled-components'
3- import { type SxProp , sx } from '../sx'
3+ import { type SxProp , sx } from '../../ sx'
44import { forwardRef } from 'react'
55
66/**
Original file line number Diff line number Diff line change 11export { TabNav , type TabNavProps , type TabNavLinkProps } from './components/deprecated/TabNav'
22export { Dialog , type DialogProps , type DialogHeaderProps } from './components/deprecated/DialogV1'
3- export { Octicon , type OcticonProps } from './components/Octicon'
3+ export { Octicon , type OcticonProps } from './components/deprecated/ Octicon'
44export { Tooltip , type TooltipProps } from './components/deprecated/Tooltip'
55export {
66 ActionList ,
You can’t perform that action at this time.
0 commit comments