import { ArticleGuide } from 'components/context/ProductGuidesContext' import { Label } from '@primer/react' type Props = { card: ArticleGuide typeLabel: string tabIndex?: number } export const ArticleCard = ({ tabIndex, card, typeLabel }: Props) => { return (