1
0
mirror of synced 2025-12-23 03:44:00 -05:00

Upgrade primer/components -> primer/react (#25591)

* upgrade primer/components -> primer/react

* fix jest failure
This commit is contained in:
Mike Surowiec
2022-02-23 18:30:14 -06:00
committed by GitHub
parent b7f0987eab
commit f3fc80cf05
28 changed files with 135 additions and 95 deletions

View File

@@ -1,7 +1,7 @@
import { RepoIcon } from '@primer/octicons-react'
import { CodeExample } from 'components/context/ProductLandingContext'
import { TruncateLines } from 'components/ui/TruncateLines'
import { Label } from '@primer/components'
import { Label } from '@primer/react'
type Props = {
example: CodeExample