import React from 'react' import { strings } from '@app/content/strings/a11y' import type { BadgeProps } from './badge-types' import { GrGithub } from 'react-icons/gr' import { classNames } from '@app/utils/classes' export const GithubBadge = (props: Partial) => { return ( Github Icon ) }